πŸ“Š PHP
Q. Which PHP function reverses the order of array elements?
  • (A) array_reverse()
  • (B) reverse_array()
  • (C) rsort()
  • (D) krsort()
πŸ’¬ Discuss
βœ… Correct Answer: (A) array_reverse()

Explanation: array_reverse() reverses array order.

Explanation by: Mr. Dubey
array_reverse() reverses array order.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
2
Total Visits
πŸ“½οΈ
1 d ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
89%
Success Rate