TokyoTyrant
PHP Manual

TokyoTyrant::num

(PECL tokyo_tyrant >= 0.1.0)

TokyoTyrant::numNumber of records in the database

Description

public int TokyoTyrant::num ( void )

Returns the number of records in the database

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Returns number of records in the database

Exemples

Exemple #1 TokyoTyrant::num() example

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

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

L'exemple ci-dessus va afficher quelque chose de similaire à :

1234

Voir aussi


TokyoTyrant
PHP Manual