array_merge

Description

Method array_merge:Object (
     arr1:Object,
     arr2:Object
)

Merge two arrays together into a new array.

Description

Parameters

arr1

The first array to merge.

arr2

The second array to merge.

Return Values

An array of containing all elements from both arrays.