PHP: reset - Manual - PHP: Hypertext Preprocessor
See Also current() - Return the current element in an array each() - Return the current key and value pair from an array and advance the array cursor ... Note that you can't use pointer here. It will reset the iteration counter in this case. foreach($arra
php.net |