update : 2015.11.03
php.shukuma.com검색:
|
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.
예제Example #1 cubrid_error() example
<?php 위 예제의 출력: Error Code: -493 Error Message: Syntax: Unknown class "person". select id, [name] from person 참고
|