Mega Code Archive

 
Categories / Php / Functions
 

Setlocale(LC_MONETARY, en_DK)

<? $number = 1234.56;  setlocale(LC_MONETARY, 'en_DK');  ?>