<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>absg</author_name>
  <author_url>https://blog.hatena.ne.jp/absg/</author_url>
  <blog_title>やったこと</blog_title>
  <blog_url>https://absg.hatenablog.com/</blog_url>
  <categories>
    <anon>プログラミング</anon>
  </categories>
  <description>クライアント側とサーバ側の「Boolean」の値に注意してください。例えば、下記のようにjquery ajaxでクライアントからサーバにBooleanの値を送信します。 var name=&quot;hogege&quot;; var is_dead = false; //★falseの値をセット $.ajax({ url : &quot;./post.php&quot;, type : &quot;POST&quot;, data : {'name':name, 'is_dead':is_dead}, dataType : 'json' }) このメッセージをサーバ側PHPで受信して評価します。 $is_dead = $_POST['is_dead'…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fabsg.hatenablog.com%2Fentry%2F2016%2F03%2F21%2F181310&quot; title=&quot;ajaxで「false」の値を送信してもPHPでは「true」と判定される - やったこと&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>2016-03-21 18:13:10</published>
  <title>ajaxで「false」の値を送信してもPHPでは「true」と判定される</title>
  <type>rich</type>
  <url>https://absg.hatenablog.com/entry/2016/03/21/181310</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
