efun: map_objects.de


SYNOPSIS:

        mixed *map_objects(object *arr, string fun, mixed extra, ...);

BESCHREIBUNG:

        map_objects() verhaelt sich aehnlich wie map(), ruft jedoch
        arr[n]->fun(extra, ...) auf. Der Rueckgabewert ersetzt das Objekt
        in <arr>. Es ist eine beliebige Anzahl <extra> Argumente erlaubt.
        0-Eintraege in <arr> werden ignoriert.

SIEHE AUCH:

        map(E), filter(E), filter_objects(E)

UNItopia (mudadm@UNItopia.de)