- PHP 手册
- 函数参考
- 影响 PHP 行为的扩展
- APCu
- APCUIterator
APCUIterator::rewind
(PECL apcu >= 5.0.0)
APCUIterator::rewind — Rewinds iterator
说明
public APCUIterator::rewind(): voidRewinds back the iterator to the first element.
参数
此函数没有参数。
返回值
没有返回值。
参见
- APCUIterator::next() - Move pointer to next item
- Iterator::next() - 向前移动到下一个元素
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/apcuiterator.rewind.php