{"id":1682,"date":"2020-01-30T16:43:01","date_gmt":"2020-01-30T07:43:01","guid":{"rendered":"http:\/\/wp.ultimai.org\/wp\/?p=1682"},"modified":"2020-10-04T20:10:23","modified_gmt":"2020-10-04T11:10:23","slug":"post-1682","status":"publish","type":"post","link":"https:\/\/wp.ultimai.org\/?p=1682","title":{"rendered":"DOM\u30d1\u30fc\u30b9 php"},"content":{"rendered":"\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"><code> \r\n[highlight_php]\r\n\r\n$url = 'http:\/\/wp.ultimai.org\/wp';\r\n$html = file_get_contents($url);\r\n\r\n$doc = new DOMDocument();\r\n$doc->loadHTML($html);\r\n\r\n$xmlString = $doc->saveXML();\r\n  $xmlObject = simplexml_load_string($xmlString);\r\n\t  $html = json_decode(json_encode($xmlObject), true);\r\n\tvar_dump($html);exit;\t\t\r\n\r\n[\/highlight_php]\r\n\r\n\r\n <\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>[highlight_php] $url = &#8216;h [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1682","post","type-post","status-publish","format-standard","hentry","category-php"],"_links":{"self":[{"href":"https:\/\/wp.ultimai.org\/index.php?rest_route=\/wp\/v2\/posts\/1682","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wp.ultimai.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wp.ultimai.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wp.ultimai.org\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/wp.ultimai.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1682"}],"version-history":[{"count":2,"href":"https:\/\/wp.ultimai.org\/index.php?rest_route=\/wp\/v2\/posts\/1682\/revisions"}],"predecessor-version":[{"id":1774,"href":"https:\/\/wp.ultimai.org\/index.php?rest_route=\/wp\/v2\/posts\/1682\/revisions\/1774"}],"wp:attachment":[{"href":"https:\/\/wp.ultimai.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1682"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wp.ultimai.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1682"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wp.ultimai.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1682"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}