NAME mkmapping - make a mapping based on two arrays SYNOPSIS mapping mkmapping(mixed *indices, mixed *values) DESCRIPTION This function will return the mapping with a set of indices and values corresponding to the two arguments. ERROR If the arguments are of unequal size an error will occur. SEE ALSO efun/mappings/, macros/map_delete