March 2002
Intermediate to advanced
528 pages
21h 29m
English
array_push
int array_push(arrayarray, mixedvalue1[, ... mixedvalueN])
Adds the given values to the end of the array specified in the first
argument and returns the new size of the array. Performs the same
function as calling $array[]
=
$value for each of the values in the list.