|
stream_socket_recvfromReceives data from a socket, connected or not Description
string stream_socket_recvfrom
( resource
$socket
, int $length
[, int $flags = 0
[, string &$address
]] )
stream_socket_recvfrom accepts
data from a remote socket up to Parameters
Return ValuesReturns the read data, as a string Examples
Example #1 stream_socket_recvfrom example
<?php Notes
See Also
|