{"id":17690,"date":"2024-03-16T07:24:15","date_gmt":"2024-03-15T22:24:15","guid":{"rendered":"https:\/\/www.silicloud.com\/ja\/blog\/php%e3%81%a7%e3%80%81for%e3%83%ab%e3%83%bc%e3%83%97%e3%82%92%e4%bd%bf%e7%94%a8%e3%81%97%e3%81%a6%e4%ba%8c%e6%ac%a1%e5%85%83%e9%85%8d%e5%88%97%e3%82%92%e5%87%ba%e5%8a%9b%e3%81%99%e3%82%8b%e6%96%b9\/"},"modified":"2025-08-06T13:03:11","modified_gmt":"2025-08-06T04:03:11","slug":"php%e3%81%a7%e3%80%81for%e3%83%ab%e3%83%bc%e3%83%97%e3%82%92%e4%bd%bf%e7%94%a8%e3%81%97%e3%81%a6%e4%ba%8c%e6%ac%a1%e5%85%83%e9%85%8d%e5%88%97%e3%82%92%e5%87%ba%e5%8a%9b%e3%81%99%e3%82%8b%e6%96%b9","status":"publish","type":"post","link":"https:\/\/www.silicloud.com\/ja\/blog\/php%e3%81%a7%e3%80%81for%e3%83%ab%e3%83%bc%e3%83%97%e3%82%92%e4%bd%bf%e7%94%a8%e3%81%97%e3%81%a6%e4%ba%8c%e6%ac%a1%e5%85%83%e9%85%8d%e5%88%97%e3%82%92%e5%87%ba%e5%8a%9b%e3%81%99%e3%82%8b%e6%96%b9\/","title":{"rendered":"PHP\u3067\u3001for\u30eb\u30fc\u30d7\u3092\u4f7f\u7528\u3057\u3066\u4e8c\u6b21\u5143\u914d\u5217\u3092\u51fa\u529b\u3059\u308b\u65b9\u6cd5\u306f\u4f55\u3067\u3059\u304b\uff1f"},"content":{"rendered":"<p>PHP\u3067\u306f\u3001\u30cd\u30b9\u30c8\u3055\u308c\u305ffor\u30eb\u30fc\u30d7\u3092\u4f7f\u7528\u3057\u3066\u30012\u6b21\u5143\u914d\u5217\u3092\u51fa\u529b\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u4ee5\u4e0b\u306f1\u3064\u306e\u4f8b\u3067\u3059\uff1a<\/p>\n<pre class=\"post-pre\"><code><span class=\"hljs-variable\">$twoDimensionalArray<\/span> = <span class=\"hljs-keyword\">array<\/span>(\r\n    <span class=\"hljs-keyword\">array<\/span>(<span class=\"hljs-string\">\"A\"<\/span>, <span class=\"hljs-string\">\"B\"<\/span>, <span class=\"hljs-string\">\"C\"<\/span>),\r\n    <span class=\"hljs-keyword\">array<\/span>(<span class=\"hljs-string\">\"D\"<\/span>, <span class=\"hljs-string\">\"E\"<\/span>, <span class=\"hljs-string\">\"F\"<\/span>),\r\n    <span class=\"hljs-keyword\">array<\/span>(<span class=\"hljs-string\">\"G\"<\/span>, <span class=\"hljs-string\">\"H\"<\/span>, <span class=\"hljs-string\">\"I\"<\/span>)\r\n);\r\n\r\n<span class=\"hljs-keyword\">for<\/span> (<span class=\"hljs-variable\">$i<\/span> = <span class=\"hljs-number\">0<\/span>; <span class=\"hljs-variable\">$i<\/span> &lt; <span class=\"hljs-title function_ invoke__\">count<\/span>(<span class=\"hljs-variable\">$twoDimensionalArray<\/span>); <span class=\"hljs-variable\">$i<\/span>++) {\r\n    <span class=\"hljs-keyword\">for<\/span> (<span class=\"hljs-variable\">$j<\/span> = <span class=\"hljs-number\">0<\/span>; <span class=\"hljs-variable\">$j<\/span> &lt; <span class=\"hljs-title function_ invoke__\">count<\/span>(<span class=\"hljs-variable\">$twoDimensionalArray<\/span>[<span class=\"hljs-variable\">$i<\/span>]); <span class=\"hljs-variable\">$j<\/span>++) {\r\n        <span class=\"hljs-keyword\">echo<\/span> <span class=\"hljs-variable\">$twoDimensionalArray<\/span>[<span class=\"hljs-variable\">$i<\/span>][<span class=\"hljs-variable\">$j<\/span>] . <span class=\"hljs-string\">\" \"<\/span>;\r\n    }\r\n    <span class=\"hljs-keyword\">echo<\/span> <span class=\"hljs-string\">\"&lt;br&gt;\"<\/span>;\r\n}\r\n<\/code><\/pre>\n<p>\u51fa\u529b\u7d50\u679c\u306f\uff1a<\/p>\n<pre class=\"post-pre\"><code>A B C\r\nD E F\r\nG H I\r\n<\/code><\/pre>\n<p>\u4e0a\u8a18\u306e\u4f8b\u3067\u306f\u3001\u6700\u521d\u306b\u4e8c\u6b21\u5143\u914d\u5217\u304c\u5b9a\u7fa9\u3055\u308c\u307e\u3059\u3002\u305d\u3057\u3066\u3001\u4e8c\u91cd\u306efor\u30eb\u30fc\u30d7\u3092\u4f7f\u7528\u3057\u3066\u3001\u305d\u306e\u4e8c\u6b21\u5143\u914d\u5217\u3092\u53cd\u5fa9\u51e6\u7406\u3057\u307e\u3059\u3002\u5916\u5074\u306e\u30eb\u30fc\u30d7\u306f\u4e00\u6b21\u5143\u914d\u5217\u3092\u53cd\u5fa9\u51e6\u7406\u3057\u3001\u5185\u5074\u306e\u30eb\u30fc\u30d7\u306f\u5404\u4e00\u6b21\u5143\u914d\u5217\u5185\u306e\u8981\u7d20\u3092\u53cd\u5fa9\u51e6\u7406\u3057\u307e\u3059\u3002\u5185\u5074\u306e\u30eb\u30fc\u30d7\u3067\u306f\u3001\u30a4\u30f3\u30c7\u30c3\u30af\u30b9$i\u3068$j\u3092\u4f7f\u7528\u3057\u3066\u4e8c\u6b21\u5143\u914d\u5217\u306e\u8981\u7d20\u306b\u30a2\u30af\u30bb\u30b9\u3057\u3001echo\u30b9\u30c6\u30fc\u30c8\u30e1\u30f3\u30c8\u3092\u4f7f\u7528\u3057\u3066\u8981\u7d20\u306e\u5024\u3092\u51fa\u529b\u3057\u307e\u3059\u3002\u5404\u884c\u306e\u51fa\u529b\u304c\u5b8c\u4e86\u3057\u305f\u5f8c\u306b\u3001<br \/>\n\u30bf\u30b0\u3092\u4f7f\u7528\u3057\u3066\u6539\u884c\u3057\u307e\u3059\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>PHP\u3067\u306f\u3001\u30cd\u30b9\u30c8\u3055\u308c\u305ffor\u30eb\u30fc\u30d7\u3092\u4f7f\u7528\u3057\u3066\u30012\u6b21\u5143\u914d\u5217\u3092\u51fa\u529b\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u4ee5\u4e0b\u306f1\u3064\u306e\u4f8b\u3067\u3059\uff1a $twoDimensionalArray = array( array(&#8220;A&#8221;, &#8220;B&#8221;, &#8220;C&#8221;), array [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[26,61],"class_list":["post-17690","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-26","tag-61"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.5 (Yoast SEO v21.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>PHP\u3067\u3001for\u30eb\u30fc\u30d7\u3092\u4f7f\u7528\u3057\u3066\u4e8c\u6b21\u5143\u914d\u5217\u3092\u51fa\u529b\u3059\u308b\u65b9\u6cd5\u306f\u4f55\u3067\u3059\u304b\uff1f - Blog - Silicon Cloud<\/title>\n<meta name=\"description\" content=\"PHP\u3067for\u30eb\u30fc\u30d7\u3092\u4f7f\u7528\u3057\u3066\u4e8c\u6b21\u5143\u914d\u5217\u3092\u51fa\u529b\u3059\u308b\u65b9\u6cd5\u306f\u4f55\u3067\u3059\u304b\uff1f\u3092\u5206\u304b\u308a\u3084\u3059\u304f\u89e3\u8aac\u3002\u5b9f\u8df5\u7684\u306a\u4f8b\u3068\u30b3\u30fc\u30c9\u3001\u6ce8\u610f\u70b9\u3092\u542b\u3081\u3066\u521d\u5fc3\u8005\u306b\u3082\u7406\u89e3\u3067\u304d\u308b\u3088\u3046\u8aac\u660e\u3057\u307e\u3059\u3002\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.silicloud.com\/ja\/blog\/php\u3067\u3001for\u30eb\u30fc\u30d7\u3092\u4f7f\u7528\u3057\u3066\u4e8c\u6b21\u5143\u914d\u5217\u3092\u51fa\u529b\u3059\u308b\u65b9\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PHP\u3067\u3001for\u30eb\u30fc\u30d7\u3092\u4f7f\u7528\u3057\u3066\u4e8c\u6b21\u5143\u914d\u5217\u3092\u51fa\u529b\u3059\u308b\u65b9\u6cd5\u306f\u4f55\u3067\u3059\u304b\uff1f\" \/>\n<meta property=\"og:description\" content=\"PHP\u3067for\u30eb\u30fc\u30d7\u3092\u4f7f\u7528\u3057\u3066\u4e8c\u6b21\u5143\u914d\u5217\u3092\u51fa\u529b\u3059\u308b\u65b9\u6cd5\u306f\u4f55\u3067\u3059\u304b\uff1f\u3092\u5206\u304b\u308a\u3084\u3059\u304f\u89e3\u8aac\u3002\u5b9f\u8df5\u7684\u306a\u4f8b\u3068\u30b3\u30fc\u30c9\u3001\u6ce8\u610f\u70b9\u3092\u542b\u3081\u3066\u521d\u5fc3\u8005\u306b\u3082\u7406\u89e3\u3067\u304d\u308b\u3088\u3046\u8aac\u660e\u3057\u307e\u3059\u3002\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.silicloud.com\/ja\/blog\/php\u3067\u3001for\u30eb\u30fc\u30d7\u3092\u4f7f\u7528\u3057\u3066\u4e8c\u6b21\u5143\u914d\u5217\u3092\u51fa\u529b\u3059\u308b\u65b9\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog - Silicon Cloud\" \/>\n<meta property=\"article:published_time\" content=\"2024-03-15T22:24:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-06T04:03:11+00:00\" \/>\n<meta name=\"author\" content=\"\u84ee, \u7ffc\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u57f7\u7b46\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u84ee, \u7ffc\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data2\" content=\"2\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.silicloud.com\/ja\/blog\/php%e3%81%a7%e3%80%81for%e3%83%ab%e3%83%bc%e3%83%97%e3%82%92%e4%bd%bf%e7%94%a8%e3%81%97%e3%81%a6%e4%ba%8c%e6%ac%a1%e5%85%83%e9%85%8d%e5%88%97%e3%82%92%e5%87%ba%e5%8a%9b%e3%81%99%e3%82%8b%e6%96%b9\/\",\"url\":\"https:\/\/www.silicloud.com\/ja\/blog\/php%e3%81%a7%e3%80%81for%e3%83%ab%e3%83%bc%e3%83%97%e3%82%92%e4%bd%bf%e7%94%a8%e3%81%97%e3%81%a6%e4%ba%8c%e6%ac%a1%e5%85%83%e9%85%8d%e5%88%97%e3%82%92%e5%87%ba%e5%8a%9b%e3%81%99%e3%82%8b%e6%96%b9\/\",\"name\":\"PHP\u3067\u3001for\u30eb\u30fc\u30d7\u3092\u4f7f\u7528\u3057\u3066\u4e8c\u6b21\u5143\u914d\u5217\u3092\u51fa\u529b\u3059\u308b\u65b9\u6cd5\u306f\u4f55\u3067\u3059\u304b\uff1f - Blog - Silicon Cloud\",\"isPartOf\":{\"@id\":\"https:\/\/www.silicloud.com\/ja\/blog\/#website\"},\"datePublished\":\"2024-03-15T22:24:15+00:00\",\"dateModified\":\"2025-08-06T04:03:11+00:00\",\"author\":{\"@id\":\"https:\/\/www.silicloud.com\/ja\/blog\/#\/schema\/person\/cdc124a0aaebf26393d8d591183ca413\"},\"description\":\"PHP\u3067for\u30eb\u30fc\u30d7\u3092\u4f7f\u7528\u3057\u3066\u4e8c\u6b21\u5143\u914d\u5217\u3092\u51fa\u529b\u3059\u308b\u65b9\u6cd5\u306f\u4f55\u3067\u3059\u304b\uff1f\u3092\u5206\u304b\u308a\u3084\u3059\u304f\u89e3\u8aac\u3002\u5b9f\u8df5\u7684\u306a\u4f8b\u3068\u30b3\u30fc\u30c9\u3001\u6ce8\u610f\u70b9\u3092\u542b\u3081\u3066\u521d\u5fc3\u8005\u306b\u3082\u7406\u89e3\u3067\u304d\u308b\u3088\u3046\u8aac\u660e\u3057\u307e\u3059\u3002\",\"breadcrumb\":{\"@id\":\"https:\/\/www.silicloud.com\/ja\/blog\/php%e3%81%a7%e3%80%81for%e3%83%ab%e3%83%bc%e3%83%97%e3%82%92%e4%bd%bf%e7%94%a8%e3%81%97%e3%81%a6%e4%ba%8c%e6%ac%a1%e5%85%83%e9%85%8d%e5%88%97%e3%82%92%e5%87%ba%e5%8a%9b%e3%81%99%e3%82%8b%e6%96%b9\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.silicloud.com\/ja\/blog\/php%e3%81%a7%e3%80%81for%e3%83%ab%e3%83%bc%e3%83%97%e3%82%92%e4%bd%bf%e7%94%a8%e3%81%97%e3%81%a6%e4%ba%8c%e6%ac%a1%e5%85%83%e9%85%8d%e5%88%97%e3%82%92%e5%87%ba%e5%8a%9b%e3%81%99%e3%82%8b%e6%96%b9\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.silicloud.com\/ja\/blog\/php%e3%81%a7%e3%80%81for%e3%83%ab%e3%83%bc%e3%83%97%e3%82%92%e4%bd%bf%e7%94%a8%e3%81%97%e3%81%a6%e4%ba%8c%e6%ac%a1%e5%85%83%e9%85%8d%e5%88%97%e3%82%92%e5%87%ba%e5%8a%9b%e3%81%99%e3%82%8b%e6%96%b9\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/www.silicloud.com\/ja\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PHP\u3067\u3001for\u30eb\u30fc\u30d7\u3092\u4f7f\u7528\u3057\u3066\u4e8c\u6b21\u5143\u914d\u5217\u3092\u51fa\u529b\u3059\u308b\u65b9\u6cd5\u306f\u4f55\u3067\u3059\u304b\uff1f\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.silicloud.com\/ja\/blog\/#website\",\"url\":\"https:\/\/www.silicloud.com\/ja\/blog\/\",\"name\":\"Blog - Silicon Cloud\",\"description\":\"\",\"inLanguage\":\"ja\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.silicloud.com\/ja\/blog\/#\/schema\/person\/cdc124a0aaebf26393d8d591183ca413\",\"name\":\"\u84ee, \u7ffc\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/www.silicloud.com\/ja\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/27308f733c7fcdac8617926a0100c77213339c4e501310a08c0baf946bf823bc?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/27308f733c7fcdac8617926a0100c77213339c4e501310a08c0baf946bf823bc?s=96&d=mm&r=g\",\"caption\":\"\u84ee, \u7ffc\"},\"url\":\"https:\/\/www.silicloud.com\/ja\/blog\/author\/rentsubasa\/\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/www.silicloud.com\/ja\/blog\/php%e3%81%a7%e3%80%81for%e3%83%ab%e3%83%bc%e3%83%97%e3%82%92%e4%bd%bf%e7%94%a8%e3%81%97%e3%81%a6%e4%ba%8c%e6%ac%a1%e5%85%83%e9%85%8d%e5%88%97%e3%82%92%e5%87%ba%e5%8a%9b%e3%81%99%e3%82%8b%e6%96%b9\/#local-main-organization-logo\",\"url\":\"\",\"contentUrl\":\"\",\"caption\":\"Blog - Silicon Cloud\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"PHP\u3067\u3001for\u30eb\u30fc\u30d7\u3092\u4f7f\u7528\u3057\u3066\u4e8c\u6b21\u5143\u914d\u5217\u3092\u51fa\u529b\u3059\u308b\u65b9\u6cd5\u306f\u4f55\u3067\u3059\u304b\uff1f - Blog - Silicon Cloud","description":"PHP\u3067for\u30eb\u30fc\u30d7\u3092\u4f7f\u7528\u3057\u3066\u4e8c\u6b21\u5143\u914d\u5217\u3092\u51fa\u529b\u3059\u308b\u65b9\u6cd5\u306f\u4f55\u3067\u3059\u304b\uff1f\u3092\u5206\u304b\u308a\u3084\u3059\u304f\u89e3\u8aac\u3002\u5b9f\u8df5\u7684\u306a\u4f8b\u3068\u30b3\u30fc\u30c9\u3001\u6ce8\u610f\u70b9\u3092\u542b\u3081\u3066\u521d\u5fc3\u8005\u306b\u3082\u7406\u89e3\u3067\u304d\u308b\u3088\u3046\u8aac\u660e\u3057\u307e\u3059\u3002","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.silicloud.com\/ja\/blog\/php\u3067\u3001for\u30eb\u30fc\u30d7\u3092\u4f7f\u7528\u3057\u3066\u4e8c\u6b21\u5143\u914d\u5217\u3092\u51fa\u529b\u3059\u308b\u65b9\/","og_locale":"ja_JP","og_type":"article","og_title":"PHP\u3067\u3001for\u30eb\u30fc\u30d7\u3092\u4f7f\u7528\u3057\u3066\u4e8c\u6b21\u5143\u914d\u5217\u3092\u51fa\u529b\u3059\u308b\u65b9\u6cd5\u306f\u4f55\u3067\u3059\u304b\uff1f","og_description":"PHP\u3067for\u30eb\u30fc\u30d7\u3092\u4f7f\u7528\u3057\u3066\u4e8c\u6b21\u5143\u914d\u5217\u3092\u51fa\u529b\u3059\u308b\u65b9\u6cd5\u306f\u4f55\u3067\u3059\u304b\uff1f\u3092\u5206\u304b\u308a\u3084\u3059\u304f\u89e3\u8aac\u3002\u5b9f\u8df5\u7684\u306a\u4f8b\u3068\u30b3\u30fc\u30c9\u3001\u6ce8\u610f\u70b9\u3092\u542b\u3081\u3066\u521d\u5fc3\u8005\u306b\u3082\u7406\u89e3\u3067\u304d\u308b\u3088\u3046\u8aac\u660e\u3057\u307e\u3059\u3002","og_url":"https:\/\/www.silicloud.com\/ja\/blog\/php\u3067\u3001for\u30eb\u30fc\u30d7\u3092\u4f7f\u7528\u3057\u3066\u4e8c\u6b21\u5143\u914d\u5217\u3092\u51fa\u529b\u3059\u308b\u65b9\/","og_site_name":"Blog - Silicon Cloud","article_published_time":"2024-03-15T22:24:15+00:00","article_modified_time":"2025-08-06T04:03:11+00:00","author":"\u84ee, \u7ffc","twitter_card":"summary_large_image","twitter_misc":{"\u57f7\u7b46\u8005":"\u84ee, \u7ffc","\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"2\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.silicloud.com\/ja\/blog\/php%e3%81%a7%e3%80%81for%e3%83%ab%e3%83%bc%e3%83%97%e3%82%92%e4%bd%bf%e7%94%a8%e3%81%97%e3%81%a6%e4%ba%8c%e6%ac%a1%e5%85%83%e9%85%8d%e5%88%97%e3%82%92%e5%87%ba%e5%8a%9b%e3%81%99%e3%82%8b%e6%96%b9\/","url":"https:\/\/www.silicloud.com\/ja\/blog\/php%e3%81%a7%e3%80%81for%e3%83%ab%e3%83%bc%e3%83%97%e3%82%92%e4%bd%bf%e7%94%a8%e3%81%97%e3%81%a6%e4%ba%8c%e6%ac%a1%e5%85%83%e9%85%8d%e5%88%97%e3%82%92%e5%87%ba%e5%8a%9b%e3%81%99%e3%82%8b%e6%96%b9\/","name":"PHP\u3067\u3001for\u30eb\u30fc\u30d7\u3092\u4f7f\u7528\u3057\u3066\u4e8c\u6b21\u5143\u914d\u5217\u3092\u51fa\u529b\u3059\u308b\u65b9\u6cd5\u306f\u4f55\u3067\u3059\u304b\uff1f - Blog - Silicon Cloud","isPartOf":{"@id":"https:\/\/www.silicloud.com\/ja\/blog\/#website"},"datePublished":"2024-03-15T22:24:15+00:00","dateModified":"2025-08-06T04:03:11+00:00","author":{"@id":"https:\/\/www.silicloud.com\/ja\/blog\/#\/schema\/person\/cdc124a0aaebf26393d8d591183ca413"},"description":"PHP\u3067for\u30eb\u30fc\u30d7\u3092\u4f7f\u7528\u3057\u3066\u4e8c\u6b21\u5143\u914d\u5217\u3092\u51fa\u529b\u3059\u308b\u65b9\u6cd5\u306f\u4f55\u3067\u3059\u304b\uff1f\u3092\u5206\u304b\u308a\u3084\u3059\u304f\u89e3\u8aac\u3002\u5b9f\u8df5\u7684\u306a\u4f8b\u3068\u30b3\u30fc\u30c9\u3001\u6ce8\u610f\u70b9\u3092\u542b\u3081\u3066\u521d\u5fc3\u8005\u306b\u3082\u7406\u89e3\u3067\u304d\u308b\u3088\u3046\u8aac\u660e\u3057\u307e\u3059\u3002","breadcrumb":{"@id":"https:\/\/www.silicloud.com\/ja\/blog\/php%e3%81%a7%e3%80%81for%e3%83%ab%e3%83%bc%e3%83%97%e3%82%92%e4%bd%bf%e7%94%a8%e3%81%97%e3%81%a6%e4%ba%8c%e6%ac%a1%e5%85%83%e9%85%8d%e5%88%97%e3%82%92%e5%87%ba%e5%8a%9b%e3%81%99%e3%82%8b%e6%96%b9\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.silicloud.com\/ja\/blog\/php%e3%81%a7%e3%80%81for%e3%83%ab%e3%83%bc%e3%83%97%e3%82%92%e4%bd%bf%e7%94%a8%e3%81%97%e3%81%a6%e4%ba%8c%e6%ac%a1%e5%85%83%e9%85%8d%e5%88%97%e3%82%92%e5%87%ba%e5%8a%9b%e3%81%99%e3%82%8b%e6%96%b9\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.silicloud.com\/ja\/blog\/php%e3%81%a7%e3%80%81for%e3%83%ab%e3%83%bc%e3%83%97%e3%82%92%e4%bd%bf%e7%94%a8%e3%81%97%e3%81%a6%e4%ba%8c%e6%ac%a1%e5%85%83%e9%85%8d%e5%88%97%e3%82%92%e5%87%ba%e5%8a%9b%e3%81%99%e3%82%8b%e6%96%b9\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/www.silicloud.com\/ja\/blog\/"},{"@type":"ListItem","position":2,"name":"PHP\u3067\u3001for\u30eb\u30fc\u30d7\u3092\u4f7f\u7528\u3057\u3066\u4e8c\u6b21\u5143\u914d\u5217\u3092\u51fa\u529b\u3059\u308b\u65b9\u6cd5\u306f\u4f55\u3067\u3059\u304b\uff1f"}]},{"@type":"WebSite","@id":"https:\/\/www.silicloud.com\/ja\/blog\/#website","url":"https:\/\/www.silicloud.com\/ja\/blog\/","name":"Blog - Silicon Cloud","description":"","inLanguage":"ja"},{"@type":"Person","@id":"https:\/\/www.silicloud.com\/ja\/blog\/#\/schema\/person\/cdc124a0aaebf26393d8d591183ca413","name":"\u84ee, \u7ffc","image":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/www.silicloud.com\/ja\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/27308f733c7fcdac8617926a0100c77213339c4e501310a08c0baf946bf823bc?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/27308f733c7fcdac8617926a0100c77213339c4e501310a08c0baf946bf823bc?s=96&d=mm&r=g","caption":"\u84ee, \u7ffc"},"url":"https:\/\/www.silicloud.com\/ja\/blog\/author\/rentsubasa\/"},{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/www.silicloud.com\/ja\/blog\/php%e3%81%a7%e3%80%81for%e3%83%ab%e3%83%bc%e3%83%97%e3%82%92%e4%bd%bf%e7%94%a8%e3%81%97%e3%81%a6%e4%ba%8c%e6%ac%a1%e5%85%83%e9%85%8d%e5%88%97%e3%82%92%e5%87%ba%e5%8a%9b%e3%81%99%e3%82%8b%e6%96%b9\/#local-main-organization-logo","url":"","contentUrl":"","caption":"Blog - Silicon Cloud"}]}},"_links":{"self":[{"href":"https:\/\/www.silicloud.com\/ja\/blog\/wp-json\/wp\/v2\/posts\/17690","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.silicloud.com\/ja\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.silicloud.com\/ja\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.silicloud.com\/ja\/blog\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/www.silicloud.com\/ja\/blog\/wp-json\/wp\/v2\/comments?post=17690"}],"version-history":[{"count":2,"href":"https:\/\/www.silicloud.com\/ja\/blog\/wp-json\/wp\/v2\/posts\/17690\/revisions"}],"predecessor-version":[{"id":93998,"href":"https:\/\/www.silicloud.com\/ja\/blog\/wp-json\/wp\/v2\/posts\/17690\/revisions\/93998"}],"wp:attachment":[{"href":"https:\/\/www.silicloud.com\/ja\/blog\/wp-json\/wp\/v2\/media?parent=17690"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.silicloud.com\/ja\/blog\/wp-json\/wp\/v2\/categories?post=17690"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.silicloud.com\/ja\/blog\/wp-json\/wp\/v2\/tags?post=17690"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}