| 
 | RowResult::getColumnsCountGet column count Description
   public int mysql_xdevapi\RowResult::getColumnsCount() Retrieve the column count for columns present in the result set. ParametersThis function has no parameters. Return ValuesThe number of columns; 0 if there are none. Changelog
 ExamplesExample #1 mysql_xdevapi\RowResult::getColumnsCount example The above example will output something similar to: 2 |