<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>h13i32maru</author_name>
  <author_url>https://blog.hatena.ne.jp/h13i32maru/</author_url>
  <blog_title>maru source</blog_title>
  <blog_url>https://blog.h13i32maru.jp/</blog_url>
  <categories>
    <anon>tech</anon>
  </categories>
  <description>「2.5.5foreach」からのメモ。 配列 PHPでは配列をforeachを使って操作することができます。 &lt;?php $array = array(&quot;a&quot; , &quot;b&quot; , &quot;c&quot;); foreach($array as $value){ echo &quot;$value\n&quot;; } ?&gt; a b c インデックスも取得する必要がある場合は以下のように使用します。 &lt;?php $array = array(&quot;a&quot; , &quot;b&quot; , &quot;c&quot;); foreach($array as $key =&gt; $value){ echo &quot;$key =&gt; $value\n&quot;; } ?&gt; 0 =&gt; a 1 =&gt; b …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.h13i32maru.jp%2Fentry%2F20100729%2F1280402398&quot; title=&quot;PHPのforeachイテレータ - maru source&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>2010-07-29 20:19:58</published>
  <title>PHPのforeachイテレータ</title>
  <type>rich</type>
  <url>https://blog.h13i32maru.jp/entry/20100729/1280402398</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
