php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "socket server"

What potential issues can arise when trying to run a Socket Server on a live server with Plesk Obsidian, Ubuntu 18.04.4 LTS, PHP 7.2/fpm, Apache, and NGINX Proxy?

One potential issue that can arise when trying to run a Socket Server on a live server with Plesk Obsidian, Ubuntu 18.04.4 LTS, PHP 7.2/fpm, Apache, a...

What is the purpose of using a PHP Socket Server in the context of online gaming?

In the context of online gaming, a PHP Socket Server can be used to facilitate real-time communication between players and the game server. This allow...

What role does output buffering play in managing server socket output in PHP?

Output buffering in PHP can help manage server socket output by capturing the output generated by PHP scripts before sending it to the client. This al...

How can I efficiently read data from a socket server in PHP without closing the connection?

To efficiently read data from a socket server in PHP without closing the connection, you can use a loop to continuously read data from the socket with...

What are some common reasons for the error message "Can't connect to local MySQL server through socket '/tmp/mysql.sock'" when trying to establish a connection to a MySQL database using PHP?

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

Showing 11 to 15 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.