cubrid_error_msg
PECL CUBRID >= 8.3.0
cubrid_error_msg - Get last error message for the most recent function call
Manual
cubrid_error_msg(
): string
The cubrid_error_msg function is used to get the error message that occurred during the use of CUBRID API. Usually, it gets error message when API returns false as its return value.
Parameters
This function has no parameters.
Return Values
Error message that occurred.