Builtin PHP function is »reset«.
Don't mix this with builtin function »rewind« which operates on file handle.
(PHP 5, PHP 7, PHP 8)
Iterator::rewind — Rebobine la Iterator al primer elemento
Rebobina de nuevo al primer elemento de la Iterator.
Nota:
Este es el primer método llamado cuando se inicia un foreach bucle. No va a ser ejecutado despues foreach bucle.
Esta función no tiene parámetros.
Cualquier valor devuelto se pasa por alto.