update : 2015.11.03
php.shukuma.com검색:
|
TokyoTyrantQuery::next(PECL tokyo_tyrant >= 0.1.0) TokyoTyrantQuery::next — Moves the iterator to next entry 설명
public array TokyoTyrantQuery::next
( void
)
Returns the next result in the resultset. Part of the Iterator interface. 인수이 함수는 인수가 없습니다. 반환값Returns the next row and throws TokyoTyrantException on error. 예제
Example #1 TokyoTyrantQuery iterator example
<?php 위 예제의 출력 예시: pk: 1, columns: 2 pk: 4, columns: 2 |