<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tbpg</author_name>
  <author_url>https://blog.hatena.ne.jp/tbpg/</author_url>
  <blog_title>Tbpgr Blog</blog_title>
  <blog_url>https://tbpgr.hatenablog.com/</blog_url>
  <categories>
    <anon>PHP</anon>
  </categories>
  <description>概要 strstr 詳細 string strstr ( string $haystack , mixed $needle [, bool $before_needle = false ] )文字列haystackからneedleを探し、見つかれば見つかった文字から最後の文字までを取得。 大文字小文字を区別します。 見つからなければfalseを返します。※大文字小文字を区別しくなければstristrを利用する。 サンプル &lt;?php print_r(strstr('abc', 'a')); print(&quot;\n&quot;); print_r(strstr('abc', 'b')); print(&quot;\n&quot;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftbpgr.hatenablog.com%2Fentry%2F20140423%2F1398259648&quot; title=&quot;PHP | strstr - Tbpgr 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>2014-04-23 22:27:28</published>
  <title>PHP | strstr</title>
  <type>rich</type>
  <url>https://tbpgr.hatenablog.com/entry/20140423/1398259648</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
