{"id":161,"date":"2007-08-24T16:01:01","date_gmt":"2007-08-24T07:01:01","guid":{"rendered":"https:\/\/deskplate.net\/blog\/2007\/08\/24\/php-xml%e4%bd%9c%e6%88%90%e3%80%80%e5%87%ba%e5%8a%9b\/"},"modified":"2007-08-24T16:01:01","modified_gmt":"2007-08-24T07:01:01","slug":"php-xml%e4%bd%9c%e6%88%90%e3%80%80%e5%87%ba%e5%8a%9b","status":"publish","type":"post","link":"https:\/\/deskplate.net\/blog\/archives\/161","title":{"rendered":"PHP  XML\u4f5c\u6210\u3000\u51fa\u529b"},"content":{"rendered":"<p>Yahoo \u30a6\u30a7\u30d6\u691c\u7d22API\u306e\u30ec\u30b9\u30dd\u30f3\u30b9\u306e\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3067xml\u3092\u4f5c\u308b\u5834\u5408<br \/>\n$doc = domxml_new_xmldoc(&#8220;1.0&#8221;);<br \/>\n$root = $doc->add_root(&#8220;ResultSet&#8221;);<br \/>\n$root->set_attribute(&#8220;xmlns:xsi&#8221;, &#8220;http:\/\/www.w3.org\/2001\/XMLSchema-instance&#8221;);<br \/>\n$root->set_attribute(&#8220;xmlns&#8221;\t, &#8220;urn:yahoo:jp:srch&#8221;);<br \/>\n$root->set_attribute(&#8220;xsi:schemaLocation&#8221;\t, &#8220;urn:yahoo:jp:srch http:\/\/api.search.yahoo.co.jp\/WebSearchService\/V1\/WebSearchResponse.xsd&#8221;);<br \/>\n$root->set_attribute(&#8220;totalResultsAvailable&#8221;, $val);<br \/>\n$root->set_attribute(&#8220;totalResultsReturned&#8221;\t, $val);<br \/>\n$root->set_attribute(&#8220;firstResultPosition&#8221;\t, $val);<br \/>\nfor($i=0;$i<count($array);$i++){\n\u3000\u3000$rows = $root->new_child(&#8220;Result&#8221;, &#8220;&#8221;);<br \/>\n\u3000\u3000$rows->new_child(&#8220;Title&#8221;, $val);<br \/>\n\u3000\u3000$rows->new_child(&#8220;Summary&#8221;, $val);<br \/>\n\u3000\u3000$rows->new_child(&#8220;Url&#8221;, $val);<br \/>\n}<br \/>\n\u6ce8\uff09<br \/>\nPHP Warning:  new_child(): unterminated entity reference \uff65\uff65\uff65<br \/>\n\u3053\u3093\u306a\u306e\u304c\u51fa\u3066\u3057\u307e\u3046\u5834\u5408\u306f $val \u304c\u30a8\u30f3\u30b3\u30fc\u30c9\u30fb\u30a8\u30b9\u30b1\u30fc\u30d7\u3055\u308c\u3066\u3044\u306a\u3044\u3068\u601d\u308f\u308c\u307e\u3059<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Yahoo \u30a6\u30a7\u30d6\u691c\u7d22API\u306e\u30ec\u30b9\u30dd\u30f3\u30b9<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-161","post","type-post","status-publish","format-standard","hentry","category-php"],"_links":{"self":[{"href":"https:\/\/deskplate.net\/blog\/wp-json\/wp\/v2\/posts\/161","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/deskplate.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/deskplate.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/deskplate.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/deskplate.net\/blog\/wp-json\/wp\/v2\/comments?post=161"}],"version-history":[{"count":0,"href":"https:\/\/deskplate.net\/blog\/wp-json\/wp\/v2\/posts\/161\/revisions"}],"wp:attachment":[{"href":"https:\/\/deskplate.net\/blog\/wp-json\/wp\/v2\/media?parent=161"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/deskplate.net\/blog\/wp-json\/wp\/v2\/categories?post=161"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/deskplate.net\/blog\/wp-json\/wp\/v2\/tags?post=161"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}