ibase_errcode
(no version information, might be only in CVS)
ibase_errcode -- Return an error code
Description
int ibase_errcode ( void )
Returns the error code that resulted from the most recent
InterBase function call. Returns FALSE if no error occurred.
See also ibase_errmsg().
ibase_errmsg
(PHP 3>= 3.0.7, PHP 4 )
ibase_errmsg -- Return error messages
Description
string ibase_errmsg ( void )
Returns the error message that resulted from the most recent
InterBase function call. Returns FALSE if no error occurred.
See also ibase_errcode().
|