3v4l.org

run code in 300+ PHP versions simultaneously
<?php $number = 1234.56; // let's print the international format for the en_US locale setlocale(LC_MONETARY, 'en_US'); echo money_format('$%i', $number) . "\n"; // USD 1,234.56

preferences:
66.18 ms | 402 KiB | 5 Q