mysql_xdevapi\BaseResult
PHP Manual

BaseResult::getWarningCount

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

BaseResult::getWarningCountFetch warning count from last operation

Description

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.

Parameters

This function has no parameters.

Return Values

The number of warnings from the last operation.


mysql_xdevapi\BaseResult
PHP Manual