how I union this 3 text arrays ?

example:

A = array("mary", "john")
B = array("Peter")
C = array("Roger")

How to do the D array?

D = A + B + C

thanks

Marina