× Sign in with twitter. You can follow the user and hashtags. Share your tips on social media. Post relative tips. If you have relative tips, click [Add relative tips] to post. #php #csv #spl PHPでCSVの読み込みは下記の手段があります * http://php.net/fgetcsv * http://php.net/str_getcsv * http://pear.php.net/File_CSV * http://php.net/SplFileObject fgetcsvはfgetsの流れからか,str_getcsvはfgetcsvの流れからか「改行があるセル」を正しく扱うことができません.