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, 'nl_NL'); echo money_format('%i', $number) . "\n";

preferences:
40.19 ms | 402 KiB | 5 Q