February 2013
Intermediate to advanced
538 pages
20h 55m
English
array_walk
bool array_walk(arrayinput, stringcallback[, mixeduser_data])
Calls the named function for each element in the array. The
function is called with the element’s value, key, and optional user
data as arguments. To ensure that the function works directly on the
values of the array, define the first parameter of the function by
reference. Returns true on success,
false on failure.
Read now
Unlock full access