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

πŸ‘οΈ
40
Total Visits
πŸ“½οΈ
8 mo ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
99%
Success Rate