pbms_error
Description
string pbms_error ( [resource $pbms] )
For the connection specified by $pbms, returns a null-terminated string containing the error message for the most recently invoked API function that can succeed or fail.
Parameters
pbms
The pbms connection the error information is being requested for. If $pbms is not specified, the last link opened by pbms_connect() is assumed.
Return Values

A PBMS error string for the most recently invoked API function that can succeed or fail. An empty string means that no error occurred.

Related functions
pbms_errno()