SqlStatementResult::getWarnings

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

SqlStatementResult::getWarningsGet warnings from last operation

Descrierea

public mysql_xdevapi\SqlStatementResult::getWarnings ( void ) : array

Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

Parametri

Această funcție nu are parametri.

Valorile întoarse

An array of Warning objects from the last operation. Each object defines an error 'message', error 'level', and error 'code'. An empty array is returned if no errors are present.

Exemple

Example #1 mysql_xdevapi\SqlStatementResult::getWarnings() example

<?php

/* ... */

?>