|
socket_strerrorReturn a string describing a socket error Description
string socket_strerror(int
$error_code )
socket_strerror takes as its
Parameters
Return Values
Returns the error message associated with the Examples
Example #1 socket_strerror example
The expected output from the above example (assuming the script is not run with root privileges): socket_bind() failed: reason: Permission denied See Also
|