<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>jahyang</author_name>
  <author_url>https://blog.hatena.ne.jp/jahyang/</author_url>
  <blog_title>Real Slow Life -&gt;</blog_title>
  <blog_url>https://jahyang.realslowlife.com/</blog_url>
  <categories>
    <anon>デジタル・IT</anon>
  </categories>
  <description>var_dump関数の使い方 整数型変数の場合 文字列型の変数の場合 配列型の変数の場合 var_dumpとprint_rの違い var_dump関数を使って出力される値を見ることによって、プログラミングがはかどります。 var_dump関数の使い方 整数型変数の場合 &lt;?php$data = 10;var_dump($data); 出力結果 int(10) 文字列型の変数の場合 &lt;?php$data = 'あいう';var_dump($data); 出力結果 string(6) “あいう” 配列型の変数の場合 &lt;?php$data = array('apple','banana','citr…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fjahyang.realslowlife.com%2Fentry%2Fphp-var_dump%2F&quot; title=&quot;phpのデバッグ var_dump関数 - Real Slow Life -&amp;gt;&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://blog.minasegawa.com/wp-content/uploads/steve-johnson-_YdR0vD5Gn4-unsplash-1024x576.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2024-06-03 13:47:13</published>
  <title>phpのデバッグ var_dump関数</title>
  <type>rich</type>
  <url>https://jahyang.realslowlife.com/entry/php-var_dump/</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
