socket_recvfrom

(PHP 4 >= 4.1.0, PHP 5)

socket_recvfrom -- Receives data from a socket, connected or not

Description

int socket_recvfrom ( resource socket, string &buf, int len, int flags, string &name [, int &port] )

Warning

This function is currently not documented; only the argument list is available.

ChangeLog

VersionDescription
4.3.0 socket_recvfrom() is now binary safe.