- PHP 手册
- 函数参考
- 其它基本扩展
- SPL
- 迭代器
- InfiniteIterator
InfiniteIterator::next
(PHP 5 >= 5.1.0, PHP 7, PHP 8)
InfiniteIterator::next — Moves the inner Iterator forward or rewinds it
说明
public InfiniteIterator::next(): voidMoves the inner Iterator forward to its next element if there is one, otherwise rewinds the inner Iterator back to the beginning.
注意:
Even an InfiniteIterator stops if its inner Iterator is empty.
参数
此函数没有参数。
返回值
没有返回值。
参见
- InfiniteIterator::__construct() - Constructs an InfiniteIterator
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/infiniteiterator.next.php
8288分类目录声明:本站部分文章来源于网络,版权属于原作者所有。如有转载或引用文章/图片涉及版权问题,请联系我们处理.我们将在第一时间删除!
联系邮箱:tsk@qq.com