Builtin PHP function is »reset«.
Don't mix this with builtin function »rewind« which operates on file handle.
PHP - Manual: Iterator::rewind
2024-11-14
(PHP 5, PHP 7, PHP 8)
Iterator::rewind — 返回到迭代器的第一个元素
返回到迭代器的第一个元素。
注意:
此函数没有参数。
任何返回都将被忽略。