<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>dk521123</author_name>
  <author_url>https://blog.hatena.ne.jp/dk521123/</author_url>
  <blog_title>プログラム の超個人的なメモ</blog_title>
  <blog_url>https://dk521123.hatenablog.com/</blog_url>
  <categories>
    <anon>トラブル/その他Web系</anon>
  </categories>
  <description>PHPで、円マークが意図しないのに混入する場合 フォームから入力した文字列に、時々、意図しないのに円マーク(\)が混入する場合がある 日本語のSJISの場合に関係がある模様 対応策 if (get_magic_quotes_gpc()) { $contents = stripslashes($contents); } 補足 get_magic_quotes_gpc() 戻り値：ONの場合=&gt;1, OFFの場合=&gt;0 get_magic_quotes_gpc()は、GET/POST/Cookiesから送信されたデータを自動的に区ぉーとする。このクォートが必要ない時に、クォートを削除する目的で使用…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdk521123.hatenablog.com%2Fentry%2F8025954&quot; title=&quot;【PHP】【トラブル】円マーク　(&amp;amp;#92;)　が意図しないのに混入する場合 - プログラム の超個人的なメモ&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>2010-02-03 12:52:03</published>
  <title>【PHP】【トラブル】円マーク　(&amp;#92;)　が意図しないのに混入する場合</title>
  <type>rich</type>
  <url>https://dk521123.hatenablog.com/entry/8025954</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
