echo formatMoney(10059240.42941, true); # 10,059,240.43 echo formatMoney(13245); # 13,245 function formatMoney($number, $fractional=false) {
確定! 回上一頁