• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • TokyoTyrantIterator::next()

    (PECL tokyo_tyrant >= 0.2.0)

    Move to next key

    说明

    publicTokyoTyrantIterator::next(void): mixed

    Move to next key during iteration and return it's value.

    参数

    此函数没有参数。

    返回值

    Returns the next value on success and false on failure.

    参见

    • TokyoTyrantIterator::valid() Rewinds the iterator
    • TokyoTyrantIterator::key() Returns the current key
    • TokyoTyrantIterator::current() Get the current value
    • TokyoTyrantIterator::rewind() Rewinds the iterator