update : 2015.11.03
php.shukuma.com검색:
|
ingres_errno(PECL ingres >= 1.1.0) ingres_errno — Get the last Ingres error number generated 설명
int ingres_errno
([ resource
$link
] )Returns an integer containing the last error number. If no error was reported 0 is returned.
If a The function, ingres_errno(), should always be called after executing a database query. Calling another function before ingres_errno() is called will reset or change any error code from the last Ingres function call. 인수
반환값Returns an integer containing the last error number. If no error was reported, 0 is returned. 예제
Example #1 Get the last Ingres error number generated
<?php 참고
|