|
Table::countGet row count Description
public int mysql_xdevapi\Table::count()
Fetch the number of rows in the table. ParametersThis function has no parameters. Return ValuesThe total number of rows in the table. ExamplesExample #1 mysql_xdevapi\Table::count example
The above example will output: int(2) |