posix_strerror

Example

 string posix_strerror ( int $errno ) 

Description

Returns the POSIX system error message associated with the given errno. You may get the errno parameter by calling posix_get_last_error().

Return Values

Returns the error message, as a string.