update : 2015.11.03
php.shukuma.com검색:
|
TokyoTyrantQuery::count(No version information available, might only be in Git) TokyoTyrantQuery::count — Counts records 설명
public int TokyoTyrantQuery::count
( void
)
Returns a count of how many records a query returns. 인수이 함수는 인수가 없습니다. 반환값Returns a count of matching rows and throws TokyoTyrantException on error 예제
Example #1 TokyoTyrantQuery::count() example
<?php 위 예제의 출력: int(2) 참고
|