mysql_xdevapi\Table
PHP Manual

Table::count

(No version information available, might only be in Git)

Table::countGet row count

Description

public integer mysql_xdevapi\Table::count ( void )

Fetch the number of rows in the table.

Parameters

This function has no parameters.

Return Values

The total of rows in the table.

Examples

Example #1 mysql_xdevapi\Table::count() example

<?php

$rowsCount 
$table->count();

?>

mysql_xdevapi\Table
PHP Manual