posix_strerror()
posix_strerror - Retrieve the system error message associated with the given errno
Syntax
string posix_strerror ()
Arguments
-
Description
Returns the POSIX system error message associated with the given errno. You may get the errno parameter by calling posix_get_last_error().
Version
PHP 4.2.0, 5
Return value
Returns the error message, as a string.