MySQL and PHP

5.29.11 SqlStatementResult::getWarningsCount

Copyright 1997-2021 the PHP Documentation Group.

Description

public int mysql_xdevapi\SqlStatementResult::getWarningCounts();

Warning

This function is currently not documented; only its argument list is available.

Parameters

This function has no parameters.

Return Values

The number of warnings raised during the last CRUD operation.

Examples

Example 5.145 mysql_xdevapi\SqlStatementResult::getWarningsCount example

<?php

/* ... */

?>