3v4l.org

run code in 300+ PHP versions simultaneously
<?php $get = file_get_contents("https://www.google.com/finance/converter?a=$amount&from=$from&to=$to"); $get = explode("<span class=bld>",$get); $get = explode("</span>",$get[1]); $converted_amount = preg_replace("/[^0-9\.]/", null, $get[0]); return round($converted_amount);

preferences:
49.56 ms | 402 KiB | 5 Q