array_walk_recursive

 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.