YAZ_ERROR(3) 1 YAZ_ERROR(3)
yaz_error - Returns error description
SYNOPSIS
string yaz_error (resource $id)
DESCRIPTION
yaz_error(3) returns an English text message corresponding to the last error number as returned by yaz_errno(3).
PARAMETERS
o $id
- The connection resource returned by yaz_connect(3).
RETURN VALUES
Returns an error text message for server (last request), identified by parameter $id. An empty string is returned if the last operation
was successful.
SEE ALSO
yaz_errno(3), yaz_addinfo(3).
PHP Documentation Group YAZ_ERROR(3)