map_mapping |
Discworld driver help |
map_mapping |
Name
map_mapping() - modify a mapping of elements via application of a function
Synopsis
mapping map_mapping( mapping map, string fun, object ob,
mixed extra, ... );
mapping map_mapping( mapping map, function f, mixed extra, ... );
Description
map_mapping() is really the same as the map() efun.