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