この Web サービス スニペットがあり、返された実際の値を出力したいと考えています。
$client = new SoapClient("http://www.webservicex.net/currencyconvertor.asmx?WSDL");// Gets the webservice
$Converte = $client->ConversionRate (array("FromCurrency"=>"USD","ToCurrency"=>"ILS")); //calls the converter
今、私は値を取得したいです(Webサービス自体でこれを行うと、xmlと3.94の値を取得します〜が、試してみるとprint_r($ converte)と言うことができます
stdClass Object ( [ConversionRateResult] => 3.94 )