PHP » GoLang |
login |
register |
about
|
GoLang MysqlndUhConnection::getErrorNumber
request it (321)
GoLang replacement for PHP's MysqlndUhConnection::getErrorNumber
[edit | history]
PHP MysqlndUhConnection::getErrorNumberPHP original manual for MysqlndUhConnection::getErrorNumber [ show | php.net ]MysqlndUhConnection::getErrorNumber(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::getErrorNumber — Returns the error code for the most recent function call Description
public int MysqlndUhConnection::getErrorNumber
( mysqlnd_connection
$connection
)Returns the error code for the most recent function call. Parameters
Return ValuesError code for the most recent function call. ExamplesMysqlndUhConnection::getErrorNumber() is not only executed after the invocation of a user space API call which maps directly to it but also called internally.
Example #1 MysqlndUhConnection::getErrorNumber() example
<?php The above example will output: connect... proxy::getErrorNumber(array ( 0 => NULL, )) proxy::getErrorNumber returns 0 query... errno... proxy::getErrorNumber(array ( 0 => NULL, )) proxy::getErrorNumber returns 1064 int(1064) close... See Also
|
more
Recently updated
more
Most requested
more
Last requests
|