php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "sockets"

What are some best practices for inter-process communication between PHP and Java, such as using sockets, pipes, or XML?

Inter-process communication between PHP and Java can be achieved using sockets, pipes, or XML. One common approach is to use sockets for communication...

Are sockets available as an alternative for testing the existence of a remote file in PHP?

When testing the existence of a remote file in PHP, sockets can be used as an alternative method. By establishing a connection to the remote server us...

How can the choice between single and double quotes impact the transmission of data between PHP and Java via sockets?

When transmitting data between PHP and Java via sockets, the choice between single and double quotes can impact the data transmission because Java int...

What are the advantages of using sockets over file_get_contents for retrieving content from URLs in PHP?

When retrieving content from URLs in PHP, using sockets instead of file_get_contents can offer better performance and more control over the request. S...

Are there alternative resources or tutorials for learning about PHP sockets that may be more reliable than the one mentioned in the thread?

The issue is that the current resource or tutorial for learning about PHP sockets may not be reliable or sufficient for some users. One way to solve t...

Showing 21 to 25 of 145 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 28 29 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.