posix_strerror

 string posix_strerror ( int $errno ) 

説明

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

戻り値

Returns the error message, as a string.