php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "socket server"

How can PHP be configured to tunnel socket connections through an HTTP proxy to access a web server on port 80?

To tunnel socket connections through an HTTP proxy to access a web server on port 80 in PHP, you can use the cURL library with the CURLOPT_PROXY optio...

Are there alternative methods, such as establishing a socket connection directly from PHP to the server, to achieve the desired functionality without relying on the Java applet?

To achieve the desired functionality without relying on a Java applet, you can establish a socket connection directly from PHP to the server. This can...

How can PHP be used to implement a socket server for a Raspberry client?

To implement a socket server for a Raspberry client using PHP, you can create a PHP script that listens for incoming connections on a specified port....

What are the potential issues when sending data from a PHP application to a C# Socket Server?

One potential issue when sending data from a PHP application to a C# Socket Server is ensuring that the data is properly formatted and encoded for tra...

What steps can be taken to ensure that disconnected clients are properly removed from the array in a PHP Socket Server?

When a client disconnects from a PHP Socket Server, it is important to remove them from the array of connected clients to prevent errors or issues wit...

Showing 21 to 25 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1999 2000 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.