Question:Which of the following function is used to merges arrays together and return a single unified array?
A array_combine() B array_merge() C array_slice() D None
+ AnswerB
+ Report