phps.com repository

A repository for PHP functions and classes ...

References - Array Functions

A simple reference to php array functions

Source

Download this script

array_diff (arr1, arr2 ...)

array_filter (arr, function ...)

array_flip (arr)

array_intersect (arr1, arr2 ...)

array_merge (arr1, arr2 ...)

array_pop (arr)

array_push (arr, var1,var2 ...)

array_reverse (arr)

array_search (needle, arr ...)

array_walk (arr, function ...)

count (count)

in_array (needle, haystack ...)