TokyoTyrantIterator::valid
(PECL tokyo_tyrant >= 0.2.0)
TokyoTyrantIterator::valid — Rewinds the iterator
Описание
public TokyoTyrantIterator::valid
(
) : bool
Checks whether the internal pointer points to valid element.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns true
if the current item is valid and false
if not.
Смотрите также
- TokyoTyrantIterator::key() - Returns the current key
- TokyoTyrantIterator::current() - Get the current value
- TokyoTyrantIterator::next() - Move to next key
- TokyoTyrantIterator::rewind() - Rewinds the iterator