<?php $string = "\xEF\xBB\xBF\x22\x61\x22\x0A"; var_dump(mb_detect_encoding($string)); $stream = fopen('php://memory', 'w+'); fwrite($stream, $string); rewind($stream); var_dump(fgetcsv($stream, 1000, ","));
You have javascript disabled. You will not be able to edit any code.