Is there a PHP4 function that outputs money formats, such as:
print money(45.1); // yields $45.10
where the currency symbol would depend on the LOCALE setting... I
searched twice through the long list of PHP functions, but discovered
nothing pertinent.