Articles Tagged 'money_format ()'

Very short snippet: Currency format in PHP

. PHP provides two convenient functions to format (and print) Currency: money_format() and number_format() . The first can be used in conjunction with setlocale() to set the format type based on your country, for example:

Continued ...