<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>moroto1122</author_name>
  <author_url>https://blog.hatena.ne.jp/moroto1122/</author_url>
  <blog_title>Webエンジニアの技術メモ　〜PHP、SQL、Linuxなど〜</blog_title>
  <blog_url>https://moroto1122.hatenadiary.org/</blog_url>
  <categories>
    <anon>PHP</anon>
  </categories>
  <description>値はnullでもキーがあればfalseにならないので注意 $ary = array('a'=&gt;null,'b'=&gt;null); ⇒Array ( [a] =&gt; [b] =&gt; ) 上記のような場合、下記のようには出来ないので注意 if ($ary != null)この場合、値がnullかどうかは以下のように記述する if ($ary['a'] != null &amp;&amp; $ary['b'] != null &amp;&amp; )array()はfalse扱いになります $ary = array(); ※Array ( ) if ($ary != null) { echo 'true'; } else { echo …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmoroto1122.hatenadiary.org%2Fentry%2F20090126%2F1232958261&quot; title=&quot;配列のnullチェック - Webエンジニアの技術メモ　〜PHP、SQL、Linuxなど〜&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-01-26 17:24:21</published>
  <title>配列のnullチェック</title>
  <type>rich</type>
  <url>https://moroto1122.hatenadiary.org/entry/20090126/1232958261</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
