|
|||||||||||
|
|
array_walk_recursiveDescriptionbool array_walk_recursive ( array &input, string funcname [, mixed userdata])Applies the user-defined function funcname to each element of the input array. This function will recur into deeper arrays. Typically, funcname takes on two parameters. The input parameter's value being the first, and the key/index second. If the optional userdata parameter is supplied, it will be passed as the third parameter to the callback funcname. Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.
See also array_walk().
| ||||||||||
|
|
|
Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account Document on this page is part of "PHP Handbuch". See Index Page for more info about Authorship and Copyright. 1999-2009 Linuxinfor.com. No rights reserved. |