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