(PHP 4 >= 4.1.0, PHP 5)
socket_read — Reads a maximum of length bytes from a socket
The function socket_read() reads from the socket resource socket created by the socket_create() or socket_accept() functions.
A valid socket resource created with socket_create() or socket_accept().
The maximum number of bytes read is specified by the length parameter. Otherwise you can use , , or