<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>updoor</author_name>
  <author_url>https://blog.hatena.ne.jp/updoor/</author_url>
  <blog_title>updoorのメモ</blog_title>
  <blog_url>https://updoor.hatenadiary.org/</blog_url>
  <categories>
    <anon>PHP</anon>
    <anon>Akelos</anon>
  </categories>
  <description>の取り方は $test = $this-&gt;params['test']; みたいな形で取れるんだけど，これ配列から取ってるから，もしもこのパラメータがなかったらNoticeエラーが出る． Notice: Undefined index: test in /www/projects/akelos/app/controllers/test_controller.php on line 14これですね． なので，基本的に存在チェックが必要． $test = (isset($this-&gt;params['test']) ? $this-&gt;params['test'] : null; これを毎回書くのはめ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fupdoor.hatenadiary.org%2Fentry%2F20070821%2F1187687851&quot; title=&quot;パラメータ - updoorのメモ&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>2007-08-21 18:17:31</published>
  <title>パラメータ</title>
  <type>rich</type>
  <url>https://updoor.hatenadiary.org/entry/20070821/1187687851</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
