©
本文檔使用 php中文網手册 發布
(PECL tokyo_tyrant >= 0.1.0)
TokyoTyrant::num — Number of records in the database
Returns the number of records in the database
此函数没有参数。
Returns number of records in the database
Example #1 TokyoTyrant::num() example
<?php
$tt = new TokyoTyrant ( "localhost" );
echo $tt -> num ();
?>
以上例程的输出类似于:
1234