array_copy


array_copy(arr)
      

Return a new array with all the elements of the array arr.

Also see:

array_append
subarray


Core Module Index | Contents