socket_send
  • References/PHP/Function/Networking/Sockets/Socket

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Sends data to a connected socket

2025-01-10 15:47:30
socket_write
  • References/PHP/Function/Networking/Sockets/Socket

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Write to a socket

2025-01-10 15:47:30
socket_create
  • References/PHP/Function/Networking/Sockets/Socket

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Create a socket (endpoint for communication)

2025-01-10 15:47:30
socket_strerror
  • References/PHP/Function/Networking/Sockets/Socket

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Return a string describing a socket error

2025-01-10 15:47:30
socket_recvmsg
  • References/PHP/Function/Networking/Sockets/Socket

(PHP 5 >= 5.5.0, PHP 7) Read a message int

2025-01-10 15:47:30
socket_shutdown
  • References/PHP/Function/Networking/Sockets/Socket

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Shuts down a socket for receiving, sending, or both

2025-01-10 15:47:30
socket_create_listen
  • References/PHP/Function/Networking/Sockets/Socket

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Opens a socket on port to accept connections

2025-01-10 15:47:30
socket_create_pair
  • References/PHP/Function/Networking/Sockets/Socket

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Creates a pair of indistinguishable sockets and stores them in an array

2025-01-10 15:47:30
socket_recv
  • References/PHP/Function/Networking/Sockets/Socket

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Receives data from a connected socket

2025-01-10 15:47:30
socket_last_error
  • References/PHP/Function/Networking/Sockets/Socket

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Returns the last error on the socket

2025-01-10 15:47:30