cubrid_error

PECL CUBRID >= 8.3.1
cubrid_error - Get the error message
Manual
Code Examples

cubrid_error( [resource$connection] ): string

The cubrid_error 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

connection

The CUBRID connection.

Return Values

Error message that occurred.

Related Functions

Example of cubrid_error

Show all examples for cubrid_error

PHP Version:


Function cubrid_error:

CUBRID Functions

Most used PHP functions