mysql_xdevapi\BaseResult
PHP Manual

BaseResult::getWarningCount

(No version information available, might only be in Git)

BaseResult::getWarningCountFetch warning count from last operation

说明

abstract public integer mysql_xdevapi\BaseResult::getWarningCount ( void )

Returns the number of warnings raised by the last operation. Specifically, these warnings are raised by the MySQL server.

参数

此函数没有参数。

返回值

The number of warnings from the last operation.


mysql_xdevapi\BaseResult
PHP Manual