オブジェクト(SimpleXMLElement)#9 (1) {&nbs"/> オブジェクト(SimpleXMLElement)#9 (1) {&nbs">
PHP の XPath がデータ構造を返さずにデータを検索し、値のみを返すようにする方法を教えてください。
$data=$xml->xpath("[email protected]");
$data=$xml->xpath("[email protected]");<br /><br />$str = (string)$data[0];