Example 1: php float 2 decimais $foo = "105"; echo number_format((float)$foo, 2, '.', ''); Example 2: fix to 2 decimal places php return ...
確定! 回上一頁