filter_array |
Discworld driver help |
filter_array |
Name
filter_array() - return a selective sub-array
Synopsis
mixed *filter_array( mixed *arr, string fun, object ob,
mixed extra, ... );
mixed *filter_array( mixed *arr, function fun, mixed extra, ...);
Description
filter_array() is really the same as the filter() efun.