php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "socket server"

How can PHP be used to handle server socket output in real-time?

When handling server socket output in real-time with PHP, you can use the `stream_socket_client` function to establish a connection to the server sock...

What are common reasons for the error message "Can't connect to local MySQL server through socket" in PHP?

The error message "Can't connect to local MySQL server through socket" typically occurs when PHP is unable to establish a connection to the MySQL serv...

How can PHP be used to create a socket client and handle incoming data from a server?

To create a socket client in PHP and handle incoming data from a server, you can use the `socket_create`, `socket_connect`, `socket_read`, and `socket...

Was könnte die Ursache für die Fehlermeldung "Can't connect to local MySQL server through socket '/tmp/mysql.sock'" sein?

The error "Can't connect to local MySQL server through socket '/tmp/mysql.sock'" typically occurs when the MySQL server is not running or the socket f...

How can a PHP socket server be designed to allow for proper closing of sockets from client requests?

When a client sends a request to close the socket connection, the PHP socket server needs to handle this request properly to close the socket in a saf...

Showing 1 to 5 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.