|
MysqlndUhConnection::getWarningCount(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::getWarningCount — Returns the number of warnings from the last query for the given link Описание
public int MysqlndUhConnection::getWarningCount
( mysqlnd_connection $connection
)
Returns the number of warnings from the last query for the given link. Список параметров
Возвращаемые значенияNumber of warnings. Примеры
Пример #1 MysqlndUhConnection::getWarningCount() example
<?php Результат выполнения данного примера: proxy::getWarningCount(array ( 0 => NULL, )) proxy::getWarningCount returns 0 int(0) Смотрите также
|
|