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