
map_mapping(3)        LPC Library Functions        map_mapping(3)

NNAAMMEE
       map_mapping() - modify an mapping of elements via applica       tion of a function

SSYYNNOOPPSSIISS
       mapping map_mapping( mapping map, string fun, object ob,
                            mixed extra, ... );
       mapping map_mapping( mapping map, function f, mixed extra, ... );

DDEESSCCRRIIPPTTIIOONN
       Returns an mapping with the same keys as map  whose  items
       have  been  mapped throught 'ob->fun()' or 'f'.  The func       tion is called for each element in 'map'  and  the  return
       value is put back in that spot in after the item.

SSEEEE AALLSSOO
       filter_array(3), sort_array(3), map(3)

Majik                      26 Jul 1997                          1

