SqlStatementResult::getWarningsCount
PHP function
Edit on GitHub ✎
Get warning count from last operation
Description
mysql_xdevapi\SqlStatementResult::getWarningCounts(): int
Func
Parameters Parameters
Return Values
The number of warnings raised during the last CRUD operation.
Examples
mysql_xdevapi\SqlStatementResult::getWarningsCount() example
php
<?php
/* ... */
?>