A

Admin • 832.27K Points
Coach

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

  • (A) array_merge()
  • (B) array_combine()
  • (C) append_array()
  • (D) merge_array()
  • Correct Answer - Option(A)
  • Views: 23
  • Filed under category PHP
  • Hashtags:

Explanation by: Admin

array_merge() is used to combine two or more arrays.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.