<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shigemk2</author_name>
  <author_url>https://blog.hatena.ne.jp/shigemk2/</author_url>
  <blog_title>by shigemk2</blog_title>
  <blog_url>https://www.shigemk2.com/</blog_url>
  <categories>
    <anon>php</anon>
  </categories>
  <description>PHP 基礎編5 - 文字列関数 substr、strlen、strpos、split、list、time、crypt - SAK Streets こちらから。 $a = split(&quot;,&quot;, &quot;abc,defg,hi&quot;); 結果は、 $a[0] = 'abc'、$a[1] = 'defg'、$a[2] = 'hi'; また、 $b = 'abc defg hi '; $a = split(&quot;\n&quot;, &quot;abc,defg,hi&quot;); 結果は、 $a[0] = '', $a[1] = 'abc', $a[2] = 'defg', $a[3] = 'hi', $a[4] = ''; となります。</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.shigemk2.com%2Fentry%2F20111123%2F1322059113&quot; title=&quot;文字列を配列に分割する - by shigemk2&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-11-23 23:38:33</published>
  <title>文字列を配列に分割する</title>
  <type>rich</type>
  <url>https://www.shigemk2.com/entry/20111123/1322059113</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
