socket_strerror Return a string describing a socket error &reftitle.description; stringsocket_strerror interrno socket_strerror takes as its errno parameter a socket error code as returned by socket_last_error and returns the corresponding explanatory text. Although the error messages generated by the socket extension are in English, the system messages retrieved with this function will appear depending on the current locale (LC_MESSAGES). &reftitle.parameters; errno A valid socket error number, likely produced by socket_last_error. &reftitle.returnvalues; Returns the error message associated with the errno parameter. &reftitle.examples; <function>socket_strerror</function> example ]]> The expected output from the above example (assuming the script is not run with root privileges): &reftitle.seealso; socket_accept socket_bind socket_connect socket_listen socket_create