bool array_walk_recursive ( array &$input , callback $funcname [, mixed $userdata ] )
Applies the user-defined function funcname to each element of the input array. This function will recurse into deeper arrays.
Returns TRUE on success or FALSE on failure.