<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hiro_y</author_name>
  <author_url>https://blog.hatena.ne.jp/hiro_y/</author_url>
  <blog_title>hiroyのブログ</blog_title>
  <blog_url>https://hiroy.hatenadiary.jp/</blog_url>
  <categories>
  </categories>
  <description>PHPで連想配列のキーの存在有無を確認する場合、その値がnullである可能性を考える必要がある。 $array = array('foo' =&gt; 'a', 'bar' =&gt; null); var_dump(isset($array['foo'])); // true var_dump(isset($array['bar'])); // false var_dump(array_key_exists('foo', $array)); // true var_dump(array_key_exists('bar', $array)); // true要素の値がnullの場合、キーとして存在していた…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhiroy.hatenadiary.jp%2Fentry%2F20061027%2F1161929779&quot; title=&quot;連想配列のキーチェック - hiroyのブログ&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>2006-10-27 15:16:19</published>
  <title>連想配列のキーチェック</title>
  <type>rich</type>
  <url>https://hiroy.hatenadiary.jp/entry/20061027/1161929779</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
