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

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Reads a maximum of length bytes from a socket

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

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

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

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Closes a socket resource

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

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Queries the remote side of the given socket which may either result in host/port

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

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

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

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Queries the local side of the given socket which may either result in host/port

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

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Sets socket options for the socket

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

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Accepts a connection on a socket

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

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Sets blocking mode on a socket resource

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

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Listens for a connection on a socket

2025-01-10 15:47:30