πŸ“Š PHP
Q. Which PHP function removes the last element of an array?
  • (A) array_shift()
  • (B) array_pop()
  • (C) array_push()
  • (D) array_unset()
πŸ’¬ Discuss
βœ… Correct Answer: (B) array_pop()

Explanation: array_pop() removes the last element of an array.

Explanation by: Admin
array_pop() removes the last element of an array.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
2
Total Visits
πŸ“½οΈ
1 d ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
94%
Success Rate