PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $orderShippingTotalAmount = "4123566.01"; //echo $test = number_format((float)$orderShippingTotalAmount, 2, '.', '') * 100; $test2 = number_format((float)$orderShippingTotalAmount, 2, '', '');
Show:  
Copy Clear