<?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.3配列へのデータの格納」からのメモ。 キーを指定しないと、自動で連番がふられる &lt;?php $hoge = array(10 =&gt; &quot;aaa&quot; , &quot;bbb&quot; , &quot;ccc&quot;); print_r($hoge); ?&gt; Array ( [10] =&gt; aaa [11] =&gt; bbb [12] =&gt; ccc ) 要素の追加は$array[]で可能 &lt;?php $hoge = array(&quot;aaa&quot; , &quot;bbb&quot;); $hoge[] = &quot;ccc&quot;; print_r($hoge); Array ( [0] =&gt; aaa [1] =&gt; bbb [2] =&gt; ccc ) 連想配列に追加した場合は…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.h13i32maru.jp%2Fentry%2F20100823%2F1282525236&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-23 10:00:36</published>
  <title>配列へのデータ格納</title>
  <type>rich</type>
  <url>https://blog.h13i32maru.jp/entry/20100823/1282525236</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
