(No version information available, might only be in Git)
Table::count — Get row count
Fetch the number of rows in the table.
此函数没有参数。
The total of rows in the table.
Example #1 mysql_xdevapi\Table::count() example
<?php
$rowsCount = $table->count();
?>