update : 2015.11.03
php.shukuma.com검색:
|
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.
예제Example #1 cubrid_error_msg() example
<?php 위 예제의 출력: Error facility: 2 Error code: -10015 Error msg: Invalid T_CCI_SCH_TYPE value 참고
|