Home
last modified time | relevance | path

Searched refs:fgetcsv (Results 51 – 62 of 62) sorted by relevance

123

/PHP-5.5/ext/standard/tests/file/
H A Dfputcsv_variation15.phpt31 $file = dirname(__FILE__) . 'fgetcsv.csv';
49 while($l=fgetcsv($fp, 0, ',', '"', '/'))
H A Dfputcsv_002.phpt6 $file = dirname(__FILE__) .'/fgetcsv-test.csv';
/PHP-5.5/ext/standard/tests/strings/
H A Dbug65947.phpt2 Bug #65947 (basename is no more working after fgetcsv in certain situation)
H A Dbug55674.phpt2 Bug #55674 (fgetcsv & str_getcsv skip empty fields in some tab-separated records)
/PHP-5.5/ext/spl/internal/
H A Dsplfileobject.inc77 function fgetcsv($delimiter = NULL, $enclosure = NULL)
91 return fgetcsv($this->fp, $this->max_len, $delimiter, $enclosure);
95 * Set the delimiter and enclosure character used in fgetcsv
107 * @return array(delimiter, enclosure) as used in fgetcsv
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_fputcsv.phpt45 while($l=fgetcsv($fp))
/PHP-5.5/ext/standard/
H A Dfile.h41 PHP_FUNCTION(fgetcsv);
H A Dfile.c1949 PHP_FUNCTION(fgetcsv) in PHP_FUNCTION() argument
H A Dbasic_functions.c3141 PHP_FE(fgetcsv, arginfo_fgetcsv)
/PHP-5.5/win32/build/
H A Dmkdist.php81 while (($line = fgetcsv($pipes[1]))) {
/PHP-5.5/ext/spl/
H A Dspl_directory.c2582 SPL_METHOD(SplFileObject, fgetcsv) in SPL_METHOD() argument
3006 SPL_ME(SplFileObject, fgetcsv, arginfo_file_object_fgetcsv, ZEND_ACC_PUBLIC)
/PHP-5.5/
H A DNEWS1466 . Fixed bug #65947 (basename is no more working after fgetcsv in certain
3799 . Fixed bug #55674 (fgetcsv & str_getcsv skip empty fields in some
4115 . Fixed bug #53848 (fgetcsv() ignores spaces at beginnings of fields). (Ilia)
4345 . Fixed bug #53959 (reflection data for fgetcsv out-of-date). (Richard)
6008 - Added optional escape character parameter to fgetcsv(). (David Soria Parra)
6362 - Fixed bug #48313 (fgetcsv() does not return null for empty rows). (Ilia)
7981 - Fixed bug #39538 (fgetcsv can't handle starting newlines and trailing odd
9241 - Fixed fgetcsv() and fputcsv() inconsistency. (Dmitry)

Completed in 86 milliseconds

123