(PHP 4 >= 4.0.6, PHP 5 <= 5.0.5)
Returns the error string associated with the given error code
string yp_err_string ( int $errorcode )
Returns the error message associated with the given error code. Useful to indicate what exactly went wrong.
Parameters:
errorcode
The error code.
Returns:
Returns the error message, as a string.
Examples:
Example for NIS errors
<?php echo "Error: " . yp_err_string(yp_errno()); ?>
See also:
Please login to continue.