<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>gontora</author_name>
  <author_url>https://blog.hatena.ne.jp/gontora/</author_url>
  <blog_title>MEMO REC</blog_title>
  <blog_url>https://gontora.hatenadiary.com/</blog_url>
  <categories>
    <anon>プログラミング-PHP</anon>
  </categories>
  <description>phpの処理の時間を調べたい時などに使える方法です。 結果の単位は「秒」で取得します。 //処理時間測定 $time_start = microtime(true); /********************* 測定したい処理 *********************/ $time_end = microtime(true); $time = $time_end - $time_start; echo $time.&quot;秒&quot;;</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgontora.hatenadiary.com%2Fentry%2F2015%2F09%2F30%2F152405&quot; title=&quot;【PHP】処理時間を秒で測定（計測）する方法 - MEMO REC&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>2015-09-30 15:24:05</published>
  <title>【PHP】処理時間を秒で測定（計測）する方法</title>
  <type>rich</type>
  <url>https://gontora.hatenadiary.com/entry/2015/09/30/152405</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
