SqlStatementResult::getWarningsCount

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

SqlStatementResult::getWarningsCountGet warning count from last operation

Descrierea

public mysql_xdevapi\SqlStatementResult::getWarningCounts ( void ) : integer

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

The number of warnings raised during the last CRUD operation.

Exemple

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

<?php

/* ... */

?>