mysql_xdevapi\BaseResult
PHP Manual

BaseResult::getWarnings

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

BaseResult::getWarningsFetch warnings from last operation

Description

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

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

Parameters

This function has no parameters.

Return Values

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


mysql_xdevapi\BaseResult
PHP Manual