|
RowResult::getWarningsCountGet warning count from last operation Description
public int mysql_xdevapi\RowResult::getWarningsCount()
Retrieve the number of warnings from the last RowResult operation. ParametersThis function has no parameters. Return ValuesThe number of warnings generated by the last operation. ExamplesExample #1 mysql_xdevapi\RowResult::getWarningsCount example
The above example will output something similar to: 2 |