πŸ“Š PHP
Q. Which PHP function resets the internal pointer of an array?
  • (A) reset()
  • (B) rewind()
  • (C) start()
  • (D) first()
πŸ’¬ Discuss
βœ… Correct Answer: (A) reset()

Explanation: reset() sets the array pointer to the first element.

Explanation by: Kanak Sharma
reset() sets the array pointer to the first element.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
1
Total Visits
πŸ“½οΈ
3 h ago
Published
πŸŽ–οΈ
Kanak Sharma
Publisher
πŸ“ˆ
97%
Success Rate