
map_mapping(3)        LPC 系統函數        map_mapping(3)

名稱
     map_mapping() - modify an mapping of elements  via  applica-
     tion of a function

語法
     mapping map_mapping( mapping map, string fun, object ob,
                          mixed extra, ... );
     mapping map_mapping( mapping map, function f, mixed extra, ... );

描述
     Returns an mapping with the same keys  as  map  whose  items
     have  been mapped throught 'ob->fun()' or 'f'.  The function
     is called for each element in 'map' and the return value  is
     put back in that spot in after the item.

請參考
     filter_array(3), sort_array(3), map(3)

MudOS                Last change: 5 Sep 1994                    1

