Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/spl/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/spl/tests/SplFileObject_fgetcsv_escape_default.phpt |
--TEST-- SplFileObject::fgetcsv with default escape character --FILE-- <?php $fp = fopen('SplFileObject__fgetcsv7.csv', 'w+'); fwrite($fp, '"aa\"","bb","\"c"'); fclose($fp); $fo = new SplFileObject('SplFileObject__fgetcsv7.csv'); var_dump($fo->fgetcsv()); ?> --CLEAN-- <?php unlink('SplFileObject__fgetcsv7.csv'); ?> --EXPECTF-- array(3) { [0]=> string(4) "aa\"" [1]=> string(2) "bb" [2]=> string(3) "\"c" }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare