πŸ“Š PHP
Q. Which function can be used to reverse an array?
  • (A) array_reverse()
  • (B) reverse_array()
  • (C) rev()
  • (D) array_flip()
πŸ’¬ Discuss
βœ… Correct Answer: (A) array_reverse()

Explanation: array_reverse() returns an array with elements in reverse order.

Explanation by: Mr. Dubey
array_reverse() returns an array with elements in reverse order.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
40
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
98%
Success Rate