<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shikaku</author_name>
  <author_url>https://blog.hatena.ne.jp/shikaku/</author_url>
  <blog_title>shikaku's blog</blog_title>
  <blog_url>https://blog.systemjp.net/</blog_url>
  <categories>
    <anon>PHP</anon>
  </categories>
  <description>&lt;?php $row = 1; if (($handle = fopen(&quot;test.csv&quot;, &quot;r&quot;)) !== FALSE) { while (($data = fgetcsv($handle, 1000, &quot;,&quot;)) !== FALSE) { $num = count($data); echo &quot;&lt;p&gt; $num fields in line $row: &lt;br /&gt;&lt;/p&gt;\n&quot;; $row++; for ($c=0; $c &lt; $num; $c++) { echo $data[$c] . &quot;&lt;br /&gt;\n&quot;; } } fclose($handle); } ?&gt;ネタ元 http:/…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.systemjp.net%2Fentry%2F2017%2F01%2F04%2F144818&quot; title=&quot;phpでCSVファイル読み込みはfgetcsv - shikaku&amp;#39;s blog&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>2017-01-04 14:48:18</published>
  <title>phpでCSVファイル読み込みはfgetcsv</title>
  <type>rich</type>
  <url>https://blog.systemjp.net/entry/2017/01/04/144818</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
