<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>it-yogo</author_name>
  <author_url>https://blog.hatena.ne.jp/it-yogo/</author_url>
  <blog_title>IT用語＆PHPど素人ブログ</blog_title>
  <blog_url>https://it-yogo.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>foreach関数配列のキーがなくなるまで処理を繰り返します。foreachの後の()内で「=&gt;」という記号を利用する事でキー部分とデータの両方を一緒に取り出す事が出来ます。 −−−−−−−−−−−−−−−−−− $a[1] = &quot;いち&quot;; $a[2] = &quot;に&quot;; $a[3] = &quot;さん&quot;; foreach($a as $key=&gt;$value){ echo $key. &quot;は、&quot;, $value.&quot;です&quot;; } −−−−−−−−−−−−−−−−−− ☆実行結果☆ 1は、いちです 2は、にです 3は、さんです</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fit-yogo.hatenadiary.org%2Fentry%2F20090517%2F1242567279&quot; title=&quot;foreach関数 - IT用語＆PHPど素人ブログ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2009-05-17 22:34:39</published>
  <title>foreach関数</title>
  <type>rich</type>
  <url>https://it-yogo.hatenadiary.org/entry/20090517/1242567279</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
