mysql_xdevapi\BaseResult
PHP Manual

BaseResult::getWarnings

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

BaseResult::getWarningsFetch warnings from last operation

说明

abstract public array mysql_xdevapi\BaseResult::getWarnings ( void )

Fetches the warnings generated by the MySQL server from the last operation.

参数

此函数没有参数。

返回值

An array of warnings raised by the last operation, or an empty array if no warnings are present.


mysql_xdevapi\BaseResult
PHP Manual