3v4l.org

run code in 300+ PHP versions simultaneously
<?php $d = date("d"); $m = date("m"); $Y = date("Y"); $day = date("d/m/Y", mktime(0, 0, 0, $m, $d-1, $Y)); $method = "getValor"; $currency_cod = "1"; $WsSOAP = new SoapClient("https://www3.bcb.gov.br/sgspub/JSP/sgsgeral/FachadaWSSGS.wsdl"); try { $response = $WsSOAP -> $method($currency_cod,$day); if (isset($response) && !empty($response)) { print_r($dolar); } } catch (Exception $Exception) { echo(getMessage()); }

preferences:
32.14 ms | 402 KiB | 5 Q