Q. Which function appends one array to another in PHP?

  • (A) array_merge()
  • (B) array_combine()
  • (C) append_array()
  • (D) merge_array()
πŸ’¬ Discuss
βœ… Correct Answer: (A) array_merge()
Explanation: array_merge() is used to combine two or more arrays.
Explanation by: Rati Dubey
array_merge() is used to combine two or more arrays.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
76
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Rati Dubey
Publisher
πŸ“ˆ
93%
Success Rate