<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>funnyplayer</author_name>
  <author_url>https://blog.hatena.ne.jp/funnyplayer/</author_url>
  <blog_title>テツタカ　ドゥーン！</blog_title>
  <blog_url>https://funnyplayer.hatenadiary.org/</blog_url>
  <categories>
    <anon>PHP</anon>
  </categories>
  <description>桁数が指定できて、これすごい便利！ ここで載ってました http://ameblo.jp/linking/entry-10289895826.html /** * ランダム文字列生成 (英数字) * $length: 生成する文字数 */ function makeRandStr($length) { $str = array_merge(range('a', 'z'), range('0', '9'), range('A', 'Z&quot;')); $r_str = null; for ($i = 0; $i &lt; $length; $i++) { $r_str .= $str[rand(0, cou…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffunnyplayer.hatenadiary.org%2Fentry%2F20110608%2F1307537425&quot; title=&quot;ランダムな英数字の文字列を作成 - テツタカ　ドゥーン！&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>2011-06-08 21:50:25</published>
  <title>ランダムな英数字の文字列を作成</title>
  <type>rich</type>
  <url>https://funnyplayer.hatenadiary.org/entry/20110608/1307537425</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
