3v4l.org

run code in 300+ PHP versions simultaneously
<?php $number = '1234,5678'; // english notation without thousands separator $english_format_number = number_format($number, 2, '.', ''); // 1234.57

preferences:
39.83 ms | 402 KiB | 5 Q