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 Примеры
Пример #1 TokyoTyrantQuery iterator example
<?phpРезультатом выполнения данного примера будет что-то подобное: pk: 1, columns: 2 pk: 4, columns: 2 |
||