{"id":1776,"date":"2017-01-13T18:10:24","date_gmt":"2017-01-13T09:10:24","guid":{"rendered":"http:\/\/alaki.co.jp\/blog\/?p=1776"},"modified":"2017-01-13T18:10:24","modified_gmt":"2017-01-13T09:10:24","slug":"php%e3%81%a7%e9%85%8d%e5%88%97%e3%82%92%e3%83%86%e3%82%ad%e3%82%b9%e3%83%88%e3%81%ab%e7%b5%90%e5%90%88%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95","status":"publish","type":"post","link":"http:\/\/test.alaki.co.jp\/blog\/?p=1776","title":{"rendered":"PHP\u3067\u914d\u5217\u3092\u30c6\u30ad\u30b9\u30c8\u306b\u7d50\u5408\u3059\u308b\u65b9\u6cd5"},"content":{"rendered":"<p>\u9045\u3044\u3067\u3059\u304c\u3001\u3042\u3051\u307e\u3057\u3066\u304a\u3081\u3067\u3068\u3046\u3054\u3056\u3044\u307e\u3059\u3002<br \/>\nWeb\u30d7\u30ed\u30b0\u30e9\u30de\u306e\u7be0\u7530\u3067\u3059\u3002<\/p>\n<p>\u4eca\u56de\u306f\u3001\u524d\u56de\u306e\u4e88\u544a\u901a\u308a\u300c\u300c\u5206\u5272\u300d\u306e\u3042\u3068\u306f\u300c\u7d50\u5408\u300d\u3067\u3057\u3087\uff01\u300d\u3068\u3044\u3046\u3053\u3068\u3067\u914d\u5217\u306e\u7d50\u5408\u65b9\u6cd5\u306b\u3064\u3044\u3066\u3001\u3054\u7d39\u4ecb\u3057\u305f\u3044\u3068\u601d\u3044\u307e\u3059\u3002<\/p>\n<p><!--more--><\/p>\n<h2>\u914d\u5217\u306e\u7d50\u5408\u3068\u306f\uff1f<\/h2>\n<p>PHP\u3067\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u4f5c\u3063\u3066\u3044\u308b\u3068\u3001\u914d\u5217\u306b\u4fdd\u5b58\u3055\u308c\u3066\u3044\u308b\u8981\u7d20\u3092\u30c6\u30ad\u30b9\u30c8\u306b\u3064\u306a\u3052\u308b\u3068\u3044\u3046\u3053\u3068\u304c\u5fc5\u8981\u306b\u306a\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n<p>\u4f8b\u3048\u3070\u3001\u4e0b\u8a18\u306e\u3088\u3046\u306a\u914d\u5217\u3092\u3001\uff11\u3064\u306e\u30c6\u30ad\u30b9\u30c8\u306b\u3057\u305f\u3044\u3068\u60f3\u5b9a\u3057\u3066\u898b\u3066\u307f\u307e\u3057\u3087\u3046\u3002<\/p>\n<pre class=\"lang:php decode:true \" >array(4) { [0]=&gt; string(12) \"\u5b50\u5b89\u6b66\u4eba\" [1]=&gt; string(9) \"\u95a2\u667a\u4e00\" [2]=&gt; string(15) \"\u4e09\u6728\u771e\u4e00\u90ce\" [3]=&gt; string(12) \"\u7d50\u57ce\u6bd4\u5442\" }<\/pre>\n<pre class=\"lang:php decode:true \" >\u5b50\u5b89\u6b66\u4eba,\u95a2\u667a\u4e00,\u4e09\u6728\u771e\u4e00\u90ce,\u7d50\u57ce\u6bd4\u5442<\/pre>\n<p>\u3053\u306e\u3088\u3046\u306b\u3001\u914d\u5217\u306e\u8981\u7d20\u3092\u300c,\uff08\u30ab\u30f3\u30de\uff09\u300d\u3092\u3064\u3051\u3066\u3064\u306a\u3052\u308b\u65b9\u6cd5\u3092\u8003\u3048\u3066\u307f\u307e\u3059\u3002<\/p>\n<h2>\u539f\u59cb\u7684\u306a\u7d50\u5408\u65b9\u6cd5<\/h2>\n<p>\u5148\u7a0b\u306e\u914d\u5217\u3092\u6700\u3082\u539f\u59cb\u7684\u306a\u65b9\u6cd5\u3067\u7d50\u5408\u3057\u3066\u307f\u305f\u3044\u3068\u601d\u3044\u307e\u3059\u3002<\/p>\n<pre class=\"lang:php decode:true \" >&lt;?php\r\n\r\n$member = \"\";\r\n$count = 0;\r\n$wei\u00df = array(\"\u5b50\u5b89\u6b66\u4eba\",\"\u95a2\u667a\u4e00\",\"\u4e09\u6728\u771e\u4e00\u90ce\",\"\u7d50\u57ce\u6bd4\u5442\");\r\n\r\nforeach ($wei\u00df as $value) {\r\n    if ($count == 0) {\r\n        $member .= $value;\r\n    } else {\r\n        $member .= \",\". $value;\r\n    }\r\n    $count++;\r\n}\r\n\r\nvar_dump($member);<\/pre>\n<p>\u914d\u5217\u3092foreach\u6587\u3092\u4f7f\u3063\u3066\u3001\u914d\u5217\u306e\u7d42\u7aef\u307e\u3067\u7d50\u5408\u3059\u308b\u3068\u3044\u3046\u624b\u6cd5\u3067\u3059\u3002<\/p>\n<p>\u767a\u60f3\u3068\u3057\u3066\u306f\u7c21\u5358\u306a\u306e\u3067\u3059\u304c\u3001\u30d7\u30ed\u30b0\u30e9\u30e0\u306b\u3057\u305f\u3068\u304d\u306b\u9762\u5012\u3055\u3082\u3042\u308a\u307e\u3059\u3002<br \/>\n\u305d\u306e\u30dd\u30a4\u30f3\u30c8\u304c\u300c,\u300d\u306e\u6271\u3044\u3067\u3059\u3002<\/p>\n<p>\u6587\u5b57\u3092\u7d50\u5408\u3059\u308b\u5834\u5408\u306b\u3001\u300c\u533a\u5207\u308a\u6587\u5b57\u300d\u3092\u633f\u5165\u3057\u3066\u4f5c\u6210\u3059\u308b\u3068\u3044\u3046\u3053\u3068\u304c\u3088\u304f\u3042\u308a\u307e\u3059\u3002<br \/>\n\u4eca\u56de\u306e\u3088\u3046\u306b\u300c,\u300d\u3092\u533a\u5207\u308a\u6587\u5b57\u306b\u3057\u305f\u3068\u304d\u306b\u3001\u3069\u3046\u3057\u3066\u3082\u300c\u5148\u982d\u300d\u304b\u300c\u7d42\u7aef\u300d\u306b\u300c,\u300d\u304c\u5165\u3063\u3066\u3057\u307e\u3046\u3068\u3044\u3046\u554f\u984c\u304c\u767a\u751f\u3057\u307e\u3059\u3002<\/p>\n<p>\u305d\u308c\u3092\u89e3\u6c7a\u3059\u308b\u65b9\u6cd5\u3068\u3057\u3066\u3001\u6761\u4ef6\u5206\u5c90\u3092\u8a2d\u7f6e\u3057\u3066\u3001\u30eb\u30fc\u30d7\u56de\u6570\u3092\u57fa\u6e96\u306b\u300c\u533a\u5207\u308a\u6587\u5b57\u300d\u3092\u633f\u5165\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u6c7a\u3081\u308b\u3068\u3044\u3046\u65b9\u6cd5\u304c\u8003\u3048\u3089\u308c\u307e\u3059\u3002<\/p>\n<p>foreach\u6587\u3092\u4f7f\u3046\u3068\u3001PHP\u306e\u5834\u5408\u306f\u30eb\u30fc\u30d7\u56de\u6570\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u306e\u3067\u3001\u308f\u3056\u308f\u3056\u300c$count\u300d\u5909\u6570\u3092\u7528\u610f\u3057\u3066\u5bfe\u5fdc\u3057\u3066\u3044\u307e\u3059\u3002<br \/>\n\u203bfor\u6587\u3067\u3042\u308c\u3070\u3001\u30eb\u30fc\u30d7\u56de\u6570\u3092\u30ab\u30a6\u30f3\u30c8\u3057\u3066\u3044\u308b\u306e\u3067\u3082\u3046\u5c11\u3057\u30b7\u30f3\u30d7\u30eb\u306b\u306a\u308a\u307e\u3059\u3002<\/p>\n<p>\u305f\u3060\u3001\u307f\u3066\u3082\u3089\u3063\u3066\u5206\u304b\u308b\u3088\u3046\u306b\u975e\u5e38\u306b\u9762\u5012\u3067\u3059\uff08\u82e6\u7b11\uff09<\/p>\n<p>\u914d\u5217\u3092\u7d50\u5408\u3059\u308b\u3060\u3051\u3067\u3053\u306e\u624b\u9593\u306f\u5272\u306b\u5408\u3044\u307e\u305b\u3093\u3002<\/p>\n<h2>\u52b9\u7387\u3088\u304f\u914d\u5217\u3092\u7d50\u5408\u3059\u308b\u65b9\u6cd5<\/h2>\n<p>\u5b9f\u306f\u3001PHP\u306e\u6a19\u6e96\u95a2\u6570\u306b\u306f\u3001\u3053\u306e\u9762\u5012\u306a\u51e6\u7406\u3092\u4e00\u767a\u3067\u5bfe\u5fdc\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u3082\u306e\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n<p>\u305d\u308c\u304c\u3001\u300cimplode\uff08\u30a4\u30f3\u30d7\u30ed\u30fc\u30c9\uff09\u95a2\u6570\u300d\u3067\u3059\u3002<\/p>\n<p>\u3053\u306e\u95a2\u6570\u306f\u3001\u7d50\u5408\u3055\u305b\u305f\u3044\u914d\u5217\u3068\u300c\u533a\u5207\u308a\u6587\u5b57\u300d\u3092\u6307\u5b9a\u3059\u308b\u3060\u3051\u3067\u3001\u914d\u5217\u3092\uff11\u3064\u306e\u30c6\u30ad\u30b9\u30c8\u306b\u81ea\u52d5\u7684\u306b\u7d50\u5408\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u512a\u308c\u3082\u306e\u3067\u3059\u3002<\/p>\n<p>\u5148\u7a0b\u306e\u914d\u5217\u3092\u300cimplode\u95a2\u6570\u300d\u3092\u4f7f\u3063\u3066\u5b9f\u88c5\u3057\u3066\u307f\u307e\u3057\u3087\u3046\u3002<\/p>\n<pre class=\"lang:php decode:true \" >&lt;?php\r\n    $wei\u00df = array(\"\u5b50\u5b89\u6b66\u4eba\",\"\u95a2\u667a\u4e00\",\"\u4e09\u6728\u771e\u4e00\u90ce\",\"\u7d50\u57ce\u6bd4\u5442\");\r\n    $member = implode(\u201c,\", $wei\u00df);\r\n\r\n    var_dump($member);<\/pre>\n<p>\u3053\u308c\u3067\u7d42\u308f\u308a\u3067\u3059\u3002<\/p>\n<p>\u8105\u5a01\u306e\u7c21\u5358\u3055\u3067\u3059\u3002<\/p>\n<p>\u8907\u96d1\u306a\u51e6\u7406\u304c\u5fc5\u8981\uff08HTML\u30bf\u30b0\u3092\u631f\u3080\u306a\u3069\uff09\u306a\u5834\u5408\u306a\u3069\u306b\u306f\u4f7f\u7528\u3067\u304d\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u304c\u3001\u5358\u7d14\u306a\u300c\u533a\u5207\u308a\u6587\u5b57\u300d\u3067\u7d50\u5408\u3055\u305b\u308b\u5834\u5408\u306a\u3069\u306b\u306f\u3001\u5a01\u529b\u3092\u767a\u63ee\u3057\u307e\u3059\u3002<\/p>\n<p>\u307e\u305f\u3001\u300c\u533a\u5207\u308a\u6587\u5b57\u300d\u3092\u5909\u66f4\u3059\u308b\u3060\u3051\u3067\u7c21\u5358\u306b\u4fee\u6b63\u304c\u3067\u304d\u308b\u3068\u3044\u3046\u306e\u3082\u9b45\u529b\u7684\u3067\u3059\u3002<\/p>\n<h2>\u307e\u3068\u3081<\/h2>\n<p>\u300c\u533a\u5207\u308a\u6587\u5b57\u300d\u3067\u5206\u5272\u3092\u3059\u308b\u300cexplode\u95a2\u6570\u300d\u3068\u3001\u300c\u533a\u5207\u308a\u6587\u5b57\u300d\u3067\u7d50\u5408\u3059\u308b\u300cimplode\u95a2\u6570\u300d\u3092\u899a\u3048\u3066\u304a\u304f\u3060\u3051\u3067\u3001\u8907\u96d1\u306a\u51e6\u7406\u304c\u5c11\u3057\u6e1b\u308b\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u3002<\/p>\n<p>\u8003\u3048\u3066\u3044\u308b\u51e6\u7406\u304c\u3001\u95a2\u6570\u4e00\u767a\u3067\u884c\u3048\u308b\u5834\u5408\u3082\u3042\u308a\u307e\u3059\u306e\u3067\u300c\u3053\u3093\u306a\u306e\u306a\u3044\u304b\u306a\uff1f\u300d\u3068\u3044\u3046\u5834\u5408\u306fPHP\u306e\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u3092\u898b\u3066\u307f\u308b\u3082\u826f\u3044\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u3002<\/p>\n<p>\u3067\u306f\u3001\u307e\u305f\u6b21\u56de\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u9045\u3044\u3067\u3059\u304c\u3001\u3042\u3051\u307e\u3057\u3066\u304a\u3081\u3067\u3068\u3046\u3054\u3056\u3044\u307e\u3059\u3002 Web\u30d7\u30ed\u30b0\u30e9\u30de\u306e\u7be0\u7530&#46;&#46;&#46;<\/p>\n","protected":false},"author":5,"featured_media":1317,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[16],"tags":[],"aioseo_notices":[],"_links":{"self":[{"href":"http:\/\/test.alaki.co.jp\/blog\/index.php?rest_route=\/wp\/v2\/posts\/1776"}],"collection":[{"href":"http:\/\/test.alaki.co.jp\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/test.alaki.co.jp\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/test.alaki.co.jp\/blog\/index.php?rest_route=\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"http:\/\/test.alaki.co.jp\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1776"}],"version-history":[{"count":8,"href":"http:\/\/test.alaki.co.jp\/blog\/index.php?rest_route=\/wp\/v2\/posts\/1776\/revisions"}],"predecessor-version":[{"id":1784,"href":"http:\/\/test.alaki.co.jp\/blog\/index.php?rest_route=\/wp\/v2\/posts\/1776\/revisions\/1784"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/test.alaki.co.jp\/blog\/index.php?rest_route=\/wp\/v2\/media\/1317"}],"wp:attachment":[{"href":"http:\/\/test.alaki.co.jp\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1776"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/test.alaki.co.jp\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1776"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/test.alaki.co.jp\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1776"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}