TokyoTyrant
PHP Manual

TokyoTyrant::num

(PECL tokyo_tyrant >= 0.1.0)

TokyoTyrant::numNumber of records in the database

Opis

public int TokyoTyrant::num ( void )

Returns the number of records in the database

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

Returns number of records in the database

Przykłady

Przykład #1 TokyoTyrant::num() example

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

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

Powyższy przykład wyświetli coś podobnego do:

1234

Zobacz też:


TokyoTyrant
PHP Manual