{"id":1935,"date":"2015-05-05T03:34:29","date_gmt":"2015-05-04T18:34:29","guid":{"rendered":"http:\/\/uda2.com\/blog\/?p=1935"},"modified":"2015-05-05T04:26:35","modified_gmt":"2015-05-04T19:26:35","slug":"simplexml_load_file_string","status":"publish","type":"post","link":"https:\/\/uda2.com\/blog\/simplexml_load_file_string\/","title":{"rendered":"simplexml_load_file\u3068simplexml_load_string\u306e\u901f\u5ea6\u6bd4\u8f03"},"content":{"rendered":"<p>\u5916\u90e8\u30b5\u30a4\u30c8\u306eRSS\u3092\u8aad\u3080\u51e6\u7406\u3092\u3059\u308b\u969b\u306b\u5c02\u7528\u306e\u95a2\u6570simplexml_load_file\u3092\u4f7f\u3063\u3066\u3044\u305f\u3002<br \/>\n\u6df7\u96d1\u3059\u308b\u30b5\u30a4\u30c8\u3092\u8003\u616e\u3057\u3066\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8\u6642\u9593\u3001\u5f85\u6a5f\u6642\u9593\u3001\u518d\u8a66\u884c\u56de\u6570\u3092\u542b\u3081\u305f\u95a2\u6570\u3092\u4f5c\u3063\u305f\u3002<br \/>\n<!--more--><\/p>\n<pre><code>function h_simplexml_load_file($url,$timeout=3,$delay=1,$repeat=5) {\r\n\tini_set('default_socket_timeout',$timeout);\r\n\tfor ($i = 0; !($rss = @simplexml_load_file($url)) && $i &lt; $repeat; ++$i) {\r\n\t\tsleep($delay);\r\n\t\tif ($i == $repeat-1) {\r\n\t\t\treturn false;\r\n\t\t}\r\n\t}\r\n\treturn $rss;\r\n}<\/code><\/pre>\n<p>\u3075\u3068\u3001simplexml_load_file\u3068file_get_contents\u3057\u3066\u304b\u3089simplexml_load_string\u3059\u308b\u306e\u3063\u3066\u3069\u3063\u3061\u304c\u65e9\u3044\u306e\u3060\u308d\u3046\u3068\u8003\u3048\u8a66\u3057\u3066\u307f\u305f\u3002<\/p>\n<pre><code>function h_simplexml_load_file2($url,$timeout=3,$delay=1,$repeat=5) {\r\n\tif (!($buffer = h_file_get_contents($url,$timeout,$delay,$repeat))) return false;\r\n\tif (!($rss = @simplexml_load_string($buffer))) return false;\r\n\treturn $rss;\r\n}\r\nfunction h_file_get_contents($url,$timeout=3,$delay=1,$repeat=5) {\r\n\tini_set('default_socket_timeout',$timeout);\r\n\tfor ($i = 0; !($rss = @file_get_contents($url)) && $i &lt; $repeat; ++$i) {\r\n\t\tsleep($delay);\r\n\t\tif ($i == $repeat-1) {\r\n\t\t\treturn false;\r\n\t\t}\r\n\t}\r\n\treturn $rss;\r\n}<\/code><\/pre>\n<p>\u9069\u5f53\u306b\u67d0\u4eba\u6c17\u30a2\u30a4\u30c9\u30eb\u30b0\u30eb\u30fc\u30d7\u306e\u30d6\u30ed\u30b052\u30b5\u30a4\u30c8\u3067\u8abf\u67fb\u3057\u3066\u307f\u305f\u3002<\/p>\n<p>h_simplexml_load_file\uff08simplexml_load_file\uff09<br \/>\n1\u56de\u76ee\uff1a44.2637<br \/>\n2\u56de\u76ee\uff1a44.1838<br \/>\n3\u56de\u76ee\uff1a44.4204<\/p>\n<p>h_simplexml_load_file2\uff08file_get_contents\u3057\u3066\u304b\u3089simplexml_load_string\uff09<br \/>\n1\u56de\u76ee\uff1a38.863<br \/>\n2\u56de\u76ee\uff1a38.7857<br \/>\n3\u56de\u76ee\uff1a39.8881<\/p>\n<p>\u610f\u5916\u306a\u4e8b\u306bfile_get_contents\u3057\u3066\u304b\u3089simplexml_load_string\u306e\u65b9\u304c\u65e9\u304b\u3063\u305f\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5916\u90e8\u30b5\u30a4\u30c8\u306eRSS\u3092\u8aad\u3080\u51e6\u7406\u3092\u3059\u308b\u969b\u306b\u5c02\u7528\u306e\u95a2\u6570simplexml_load_file\u3092\u4f7f\u3063\u3066\u3044\u305f\u3002 \u6df7\u96d1\u3059\u308b\u30b5\u30a4\u30c8\u3092\u8003\u616e\u3057\u3066\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8\u6642\u9593\u3001\u5f85\u6a5f\u6642\u9593\u3001\u518d\u8a66\u884c\u56de\u6570\u3092\u542b\u3081\u305f\u95a2\u6570\u3092\u4f5c\u3063\u305f\u3002<\/p>\n","protected":false},"author":2,"featured_media":1939,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[205],"tags":[81,294],"class_list":["post-1935","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-creatorsdiary","tag-php","tag-294"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/uda2.com\/blog\/wp-json\/wp\/v2\/posts\/1935","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/uda2.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/uda2.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/uda2.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/uda2.com\/blog\/wp-json\/wp\/v2\/comments?post=1935"}],"version-history":[{"count":3,"href":"https:\/\/uda2.com\/blog\/wp-json\/wp\/v2\/posts\/1935\/revisions"}],"predecessor-version":[{"id":1940,"href":"https:\/\/uda2.com\/blog\/wp-json\/wp\/v2\/posts\/1935\/revisions\/1940"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/uda2.com\/blog\/wp-json\/wp\/v2\/media\/1939"}],"wp:attachment":[{"href":"https:\/\/uda2.com\/blog\/wp-json\/wp\/v2\/media?parent=1935"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/uda2.com\/blog\/wp-json\/wp\/v2\/categories?post=1935"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/uda2.com\/blog\/wp-json\/wp\/v2\/tags?post=1935"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}