<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nana21</author_name>
  <author_url>https://blog.hatena.ne.jp/nana21/</author_url>
  <blog_title>nana21's blog</blog_title>
  <blog_url>https://nana21.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>PHPの日付計算 #今日の日付を取得(タイムスタンプ) $date_today = mktime (0, 0, 0, date(&quot;m&quot;), date(&quot;d&quot;), date(&quot;y&quot;)); #一週間前を取得 $date_oneweek = $date_today - 86400 * 7; 86400というのが一日を表しているらしいです。 本日から○日後の日付 echo &quot;1日前&quot; . date(&quot;Y/m/d&quot;,strtotime(&quot;-1 day&quot;)); echo &quot;1ヶ月前&quot; . date(&quot;Y/m/d&quot;,strtotime(&quot;-1 month&quot;)); echo &quot;1年前&quot; . date(&quot;Y/m…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnana21.hateblo.jp%2Fentry%2F20080117%2Fp2&quot; title=&quot;PHP - nana21&amp;#39;s blog&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>2008-01-17 00:00:01</published>
  <title>PHP</title>
  <type>rich</type>
  <url>https://nana21.hateblo.jp/entry/20080117/p2</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
