<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tomoemon</author_name>
  <author_url>https://blog.hatena.ne.jp/tomoemon/</author_url>
  <blog_title>tomoemonの日記</blog_title>
  <blog_url>https://tomoemon.hateblo.jp/</blog_url>
  <categories>
    <anon>プログラミング</anon>
  </categories>
  <description>PHPでコードを書いててちょっと動作確認したいというときにvar_dumpは本当に便利。元からあるデータ型だろうが、自作のクラスだろうがきれいに整形してすべてのデータを表示してくれる。 &lt;?php $a = array(1, 2, array(&quot;a&quot;, &quot;b&quot;, &quot;c&quot;)); var_dump($a); ?&gt; # =&gt; array(3) { [0]=&gt; int(1) [1]=&gt; int(2) [2]=&gt; array(3) { [0]=&gt; string(1) &quot;a&quot; [1]=&gt; string(1) &quot;b&quot; [2]=&gt; string(1) &quot;c&quot; } } 自作クラスのインスタンスでもほぼ同じ形式で…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftomoemon.hateblo.jp%2Fentry%2F20090921%2Fp1&quot; title=&quot; Pythonでvar_dump - tomoemonの日記&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-09-21 00:00:00</published>
  <title> Pythonでvar_dump</title>
  <type>rich</type>
  <url>https://tomoemon.hateblo.jp/entry/20090921/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
