February 2013
Intermediate to advanced
538 pages
20h 55m
English
array_push
int array_push(array &array, 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.
Read now
Unlock full access