PHP » GoLang |
login |
register |
about
|
GoLang array_walk_recursive
request it (489)
GoLang replacement for PHP's array_walk_recursive
[edit | history]
array_walk_recursive(PHP 5, PHP 7) array_walk_recursive — Apply a user function recursively to every member of an array Description
Applies the user-defined 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
|
more
Recently updated
more
Most requested
more
Last requests
|