<?php setlocale(LC_MONETARY, 'en_US'); $str = money_format('%=*#4.4n',163.17852837291); $str = str_replace('*', '✪', $str); echo $str;
You have javascript disabled. You will not be able to edit any code.