update : 2015.11.03
php.shukuma.com검색:
|
TokyoTyrantQuery::rewind(PECL tokyo_tyrant >= 0.1.0) TokyoTyrantQuery::rewind — Rewinds the iterator 설명
public bool TokyoTyrantQuery::rewind
( void
)
Rewind the resultset and executes the query if it has not been executed. Part of the Iterator interface. 인수이 함수는 인수가 없습니다. 반환값
Returns 예제
Example #1 TokyoTyrantQuery iterator example
<?php 위 예제의 출력 예시: pk: 1, columns: 2 pk: 4, columns: 2 |