{"id":210,"date":"2016-09-22T05:59:29","date_gmt":"2016-09-21T20:59:29","guid":{"rendered":"http:\/\/blue-bear.jp\/kb\/?p=210"},"modified":"2016-09-22T05:59:29","modified_gmt":"2016-09-21T20:59:29","slug":"php-file_get_contents%e3%81%ae%e3%82%a8%e3%83%a9%e3%83%bc%e5%88%a4%e5%ae%9a%e3%82%92%e8%a1%8c%e3%81%86%e6%96%b9%e6%b3%95","status":"publish","type":"post","link":"https:\/\/blue-bear.jp\/kb\/php-file_get_contents%e3%81%ae%e3%82%a8%e3%83%a9%e3%83%bc%e5%88%a4%e5%ae%9a%e3%82%92%e8%a1%8c%e3%81%86%e6%96%b9%e6%b3%95\/","title":{"rendered":"[php] file_get_contents\u306e\u30a8\u30e9\u30fc\u5224\u5b9a\u3092\u884c\u3046\u65b9\u6cd5"},"content":{"rendered":"<h2>file_get_contents\u306e\u30a8\u30e9\u30fc\u5224\u5b9a\u3092\u884c\u3046\u65b9\u6cd5<\/h2>\n<p>file_get_contents\u306e\u7d50\u679c\u306f$http_response_header\u306b\u683c\u7d0d\u3055\u308c\u308b\u306e\u3067\u3001$http_response_header\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9\u3067\u30a8\u30e9\u30fc\u5224\u5b9a\u3059\u308b<\/p>\n<pre>\r\n$url = \"http:\/\/www.yahoo.co.jp\";\r\n$data = file_get_contents($url);\r\n$status_code = explode(' ', $http_response_header[0]);  \/\/\u300c$status_code[1]\u300d\u306b\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9\u306e\u6570\u5b57\u306e\u307f\u304c\u5165\u308b\r\n\/\/\u30a8\u30e9\u30fc\u306e\u5224\u5225\r\nswitch($status_code[1]){\r\n\t\/\/404\u30a8\u30e9\u30fc\u306e\u5834\u5408\r\n\tcase 404:\r\n\t    echo \"\u6307\u5b9a\u3057\u305f\u30da\u30fc\u30b8\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\";\r\n\t    break;\r\n\r\n\t\/\/500\u30a8\u30e9\u30fc\u306e\u5834\u5408\r\n\tcase 500:\r\n\t    echo \"\u6307\u5b9a\u3057\u305f\u30da\u30fc\u30b8\u304c\u3042\u308b\u30b5\u30fc\u30d0\u30fc\u306b\u30a8\u30e9\u30fc\u304c\u3042\u308a\u307e\u3059\";\r\n\t    break;\r\n\r\n\t\/\/\u305d\u306e\u4ed6\u306e\u30a8\u30e9\u30fc\u306e\u5834\u5408\r\n\tdefault:\r\n\t    echo \"\u4f55\u3089\u304b\u306e\u30a8\u30e9\u30fc\u306b\u3088\u3063\u3066\u6307\u5b9a\u3057\u305f\u30da\u30fc\u30b8\u306e\u30c7\u30fc\u30bf\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\";\r\n}\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>file_get_contents\u306e\u30a8\u30e9<\/p>\n","protected":false},"author":1,"featured_media":47,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/posts\/210"}],"collection":[{"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/comments?post=210"}],"version-history":[{"count":1,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/posts\/210\/revisions"}],"predecessor-version":[{"id":211,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/posts\/210\/revisions\/211"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/media\/47"}],"wp:attachment":[{"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/media?parent=210"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/categories?post=210"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/tags?post=210"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}