3v4l.org

run code in 300+ PHP versions simultaneously
<?php function ConverCurrency(){ $google_url = "http://rate-exchange.appspot.com/currency?from=USD&to=PKR"; $result = file_get_contents($google_url); return $result; } echo $converted_value = ConverCurrency(); //output {"to": "PKR", "rate": 104.328, "from": "USD"} ?>

preferences:
61.31 ms | 402 KiB | 5 Q