Availability in `PHP 5.0`
Apply a user function recursively to every member of an array
Parameter | Data type | Default value | Note |
---|---|---|---|
$input |
array |
not | The input array. |
$funcname |
callback |
not | Typically, funcname takes on two parameters. The input parameter's value being the first, and the key/index second. |
$userdata |
mixed |
null | If the optional userdata parameter is supplied, it will be passed as the third parameter to the callback funcname. |
bool
Returns true
on success, otherwise false
on failure.
Official documentation for the array-walk-recursive function
Jan Barášek Více o autorovi
Autor článku pracuje jako seniorní vývojář a software architekt v Praze. Navrhuje a spravuje velké webové aplikace, které znáte a používáte. Od roku 2009 nabral bohaté zkušenosti, které tímto webem předává dál.
Rád vám pomůžu:
Články píše Jan Barášek © 2009-2024 | Kontakt | Mapa webu
Status | Aktualizováno: ... | en