<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shogo4405</author_name>
  <author_url>https://blog.hatena.ne.jp/shogo4405/</author_url>
  <blog_title>Thousand Years</blog_title>
  <blog_url>https://shogo4405.hatenadiary.com/</blog_url>
  <categories>
    <anon>PHP</anon>
    <anon>JavaScript</anon>
  </categories>
  <description>予備知識 クエリで配列や連想配列を送りたい場合以下の形式でリクエストしてあける。以下のサンプルはURLエンコード前でつ。 // 1.配列ですよ index.html?hoge[]=10&amp;amp;hoge[]=20 // 2.連想配列ですよ index.html?hoge[foo]=foo&amp;amp;hoge[bar]=bar上記1のクエリが来たら$_GETの中身は以下みたいな感じになっている。 array(1) { [&quot;hoge&quot;]=&gt; array(2) { [0]=&gt; string(2) &quot;10&quot; [1]=&gt; string(2) &quot;20&quot; } } HTMLだとこんな感じ。 &lt;form acti…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fshogo4405.hatenadiary.com%2Fentry%2F20070722%2F1185106900&quot; title=&quot;連想配列や配列をクエリする。 - Thousand Years&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>2007-07-22 21:21:40</published>
  <title>連想配列や配列をクエリする。</title>
  <type>rich</type>
  <url>https://shogo4405.hatenadiary.com/entry/20070722/1185106900</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
