Q. Which PHP function advances the internal array pointer?
β
Correct Answer: (B)
next()
Explanation: next() moves the pointer forward.