|
cubrid_error(PECL CUBRID >= 8.3.1) cubrid_error — Get the error message Описание
string cubrid_error
([ resource $connection
] )
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. Список параметров
Возвращаемые значенияError message that occurred.
ПримерыПример #1 cubrid_error() example
<?php Смотрите также
|
|