<?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>「5.7配列の順次処理」からのメモ。 foreachによるイテレータ &lt;?php $hoge = array(&quot;a&quot; , &quot;b&quot; , &quot;c&quot;); foreach($hoge as $k =&gt; $v) { $v = &quot;hgoe_$v&quot;; } print_r($hoge); ?&gt; Array ( [0] =&gt; a [1] =&gt; b [2] =&gt; c ) foreachによるイテレータで参照変数を使って配列の値を操作する &lt;?php $hoge = array(&quot;a&quot; , &quot;b&quot; , &quot;c&quot;); foreach($hoge as $k =&gt; &amp;$v) { $v = &quot;hgoe_$v&quot;; } prin…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.h13i32maru.jp%2Fentry%2F20100825%2F1282737247&quot; title=&quot;配列の順次処理 - 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-08-25 20:54:07</published>
  <title>配列の順次処理</title>
  <type>rich</type>
  <url>https://blog.h13i32maru.jp/entry/20100825/1282737247</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
