Returns the error message associated with the given error code. Useful to indicate what exactly went wrong.
The error code.
Returns the error message, as a string.
<?phpecho "Error: " . yp_err_string(yp_errno());?>