cubrid_error_msg

PECL CUBRID >= 8.3.0
cubrid_error_msg - Get last error message for the most recent function call
Manual
Code Examples

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.

Related Functions

Example of cubrid_error_msg

Show all examples for cubrid_error_msg

PHP Version:


Function cubrid_error_msg:

CUBRID Functions

Most used PHP functions