Universeorange.com/Docs/

R3m/framework Function reference array.reset

{array.reset(String $selector)}

{array.reset()} Set the internal pointer of an array to its first element.

Returns the value of the first array element, or false if the array is empty.

Warning

This function may return Boolean false, but may also return a non-Boolean value which evaluates to false.
Please read the section on Booleans for more information.
Use the === operator for testing the return value of this function.

More information:

https://www.php.net/manual/en/function.reset.php

Last modified: 2021-06-07

© 2021 universeorange.com