update : 2015.11.03
php.shukuma.com

검색:
 
 
Number of records in the database

TokyoTyrant::num

(PECL tokyo_tyrant >= 0.1.0)

TokyoTyrant::numNumber of records in the database

설명

public int TokyoTyrant::num ( void )

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

참고