πŸ“Š PHP
Q. Which PHP function adds one or more elements to the end of an array?
  • (A) array_add()
  • (B) array_insert()
  • (C) array_push()
  • (D) array_merge()
πŸ’¬ Discuss
βœ… Correct Answer: (C) array_push()

Explanation: array_push() adds elements to the end of an array.

Explanation by: Admin
array_push() adds elements to the end of an array.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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