Q. Which PHP function resets the internal pointer of an array?
β
Correct Answer: (A)
reset()
Explanation: reset() sets the array pointer to the first element.