TokyoTyrant::num

(PECL tokyo_tyrant >= 0.1.0)

TokyoTyrant::numNumber of records in the database

˵��

public TokyoTyrant::num ( void ) : int

Returns the number of records in the database

����

�˺���û�в�����

����ֵ

Returns number of records in the database

����

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

�������̵���������ڣ�

1234

�μ�