Guest User

Untitled

a guest
Oct 24th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. $content = File::read($file["file"], true);
  2.  
  3. $content = mb_convert_encoding($content, "UTF-8", "SJIS-win");
  4.     // ここまではOK。
  5.  
  6. $list = Format::forge($content, 'csv')->to_array();
  7. // $list = Format::forge($content, "csv", true)->to_array();
  8.     // $listが空になる
Add Comment
Please, Sign In to add comment