|
cubrid_error_msg(PECL CUBRID >= 8.3.0) cubrid_error_msg — Get last error message for the most recent function call Описание
string cubrid_error_msg
( void
)
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. Список параметровУ этой функции нет параметров. Возвращаемые значенияError message that occurred.
ПримерыПример #1 cubrid_error_msg() example
<?php Результат выполнения данного примера: Error facility: 2 Error code: -1015 Error msg: Invalid T_CCI_SCH_TYPE value Смотрите также
|
|