TokyoTyrant
PHP Manual

TokyoTyrant::num

(PECL tokyo_tyrant >= 0.1.0)

TokyoTyrant::numNumber of records in the database

Descrizione

public int TokyoTyrant::num ( void )

Returns the number of records in the database

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns number of records in the database

Esempi

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();
?>

Il precedente esempio visualizzerĂ  qualcosa simile a:

1234

Vedere anche:


TokyoTyrant
PHP Manual