As the str_getcsv(), unlike to fgetcsv(), does not parse the rows in CSV string, I have found following easy workaround: <?php $Data = str_getcsv($CsvString ...
確定! 回上一頁