How do I turn this number 247936 into this $2479.36 using php?I tried several options such as:setlocale(LC_MONETARY, 'en_US');echo money_format('%i', ...
確定! 回上一頁