<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>AJYA</author_name>
  <author_url>https://blog.hatena.ne.jp/AJYA/</author_url>
  <blog_title>ソフトウェア開発者の日常</blog_title>
  <blog_url>https://ajya.hatenablog.jp/</blog_url>
  <categories>
    <anon>PHP</anon>
  </categories>
  <description>あまり使いたくはありませんが、2次元配列で値を定義した方が後々管理が楽になる場合があります。定義する値が少ないのであれば、以下のように書けば済みます。 &lt;?php $list = array( 1 =&gt; array(1 =&gt; 'abc', 2 =&gt; 'def'), 2 =&gt; array(3 =&gt; 'hij', 4 =&gt; 'klm'), ); あるいは、 &lt;?php $list = array( 1 =&gt; array(), 2 =&gt; array(), ); $list[1][1] = 'abcj'; $list[1][2] = 'def'; $list[2][3] = 'hij'; $list[…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fajya.hatenablog.jp%2Fentry%2F2018%2F10%2F25%2F125000&quot; title=&quot;PHP：2次元配列へのデータの設定方法 - ソフトウェア開発者の日常&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>https://cdn-ak.f.st-hatena.com/images/fotolife/A/AJYA/20181025/20181025124534.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-10-25 12:50:00</published>
  <title>PHP：2次元配列へのデータの設定方法</title>
  <type>rich</type>
  <url>https://ajya.hatenablog.jp/entry/2018/10/25/125000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
