| Result::getWarningsCountGet warning count from last operation Description
   public int mysql_xdevapi\Result::getWarningsCount() Retrieve the number of warnings from the last Result 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 |