PHP Manualarray_walk_recursive(PHP 5) array_walk_recursive — Apply a user function recursively to every member of an array Description
Applies the user-defined function Parameters
Return Values
Returns Examples
Example #1 array_walk_recursive() example
<?php The above example will output: a holds apple b holds banana sour holds lemon You may notice that the key 'sweet' is never displayed. Any key that holds an array will not be passed to the function. See Also
![]() |
PHP-Index
New Tutorial entries
|