TokyoTyrant::num

(PECL tokyo_tyrant >= 0.1.0)
Number of records in the database
public int TokyoTyrant::num ( void )

Returns the number of records in the database

Returns:

Returns number of records in the database

Examples:
TokyoTyrant::num() example
1
2
3
4
5
6
7
<?php
/* Connect to a database on default port */
$tt new TokyoTyrant("localhost");
 
/* Echo the number of records */
echo $tt->num();
?>

The above example will output something similar to:

1234
See also:

TokyoTyrant::stat() -

doc_php
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.