PHP » GoLang |
login |
register |
about
|
GoLang MysqlndUhConnection::getWarningCount
request it (293)
GoLang replacement for PHP's MysqlndUhConnection::getWarningCount
[edit | history]
PHP MysqlndUhConnection::getWarningCountPHP original manual for MysqlndUhConnection::getWarningCount [ show | php.net ]MysqlndUhConnection::getWarningCount(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::getWarningCount — Returns the number of warnings from the last query for the given link Description
public int MysqlndUhConnection::getWarningCount
( mysqlnd_connection
$connection
)Returns the number of warnings from the last query for the given link. Parameters
Return ValuesNumber of warnings. Examples
Example #1 MysqlndUhConnection::getWarningCount() example
<?php The above example will output: proxy::getWarningCount(array ( 0 => NULL, )) proxy::getWarningCount returns 0 int(0) See Also
|
more
Recently updated
more
Most requested
|