<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kuronekopunk</author_name>
  <author_url>https://blog.hatena.ne.jp/kuronekopunk/</author_url>
  <blog_title>ノンカフェインであなたにやさしい</blog_title>
  <blog_url>https://akinobu.net/</blog_url>
  <categories>
    <anon>PHP</anon>
  </categories>
  <description>以下がサンプルコードです。 &lt;?php $str = str_replace('before', 'after', 'text before text'); echo $str; // 出力：text after text ?&gt; 第一引数に配列を使えば複数の値を指定することもできます。 &lt;?php $search = array('l', 'o'); $str = str_replace($search, 'x', 'hellow world'); echo $str; // 出力：hexxxw wxrxd ?&gt;</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fakinobu.net%2Fentry%2F2013%2F11%2F27%2F203443&quot; title=&quot;【PHP】str_replaceを使って文字列を置換する - ノンカフェインであなたにやさしい&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>2013-11-27 20:34:43</published>
  <title>【PHP】str_replaceを使って文字列を置換する</title>
  <type>rich</type>
  <url>https://akinobu.net/entry/2013/11/27/203443</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
