Function currency_to_string:
Defined in module money_d (file: /daemons/money_d.c)

create a string with denominations from an amount of money.
The money is a mapping from denomination to amount or a float.
If the currency is not 0 only money of that type of currency is regarded.
The output is only sorted if you specify the currency.

Prototype:
varargs nomask string currency_to_string(mixed money, string currency);
