PHP » GoLang |
login |
register |
about
|
ingres_errno(PECL ingres >= 1.1.0) ingres_errno — Get the last Ingres error number generated Description
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. Parameters
Return ValuesReturns an integer containing the last error number. If no error was reported, 0 is returned. Examples
Example #1 Get the last Ingres error number generated
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|