TokyoTyrant
PHP Manual

TokyoTyrant::num

(PECL tokyo_tyrant >= 0.1.0)

TokyoTyrant::numNumber of records in the database

Descrierea

public int TokyoTyrant::num ( void )

Returns the number of records in the database

Parametri

Această funcție nu are parametri.

Valorile întoarse

Returns number of records in the database

Exemple

Example #1 TokyoTyrant::num() example

<?php
/* Connect to a database on default port */
$tt = new TokyoTyrant("localhost");

/* Echo the number of records */
echo $tt->num();
?>

Exemplul de mai sus va afișa ceva similar cu:

1234

Vedeți de asemenea


TokyoTyrant
PHP Manual