|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-01-16 12:19 UTC] moriyoshi@php.net
[2003-01-21 04:04 UTC] alpes at softhome dot net
[2003-01-21 04:14 UTC] sniper@php.net
[2003-02-04 16:49 UTC] sniper@php.net
[2003-02-18 09:24 UTC] moriyoshi@php.net
[2003-02-28 07:29 UTC] moriyoshi@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 22:00:01 2025 UTC |
fgetcsv suppresses some characters before a separator [OS/2 kheldar 1 2.45 i386, PHP Version 4.2.3, Apache/1.3.22] For example if the csv file has following content: ???|???|????|??|?|?? the comand $date = fgetcsv($f, 1000, "|"); gets the array('??','??','????','?','',''). instead of array('???','???','????','??','?','??'). Is installed, that Example works correctly with: 1.FreeBSD 4.1, PHP Version 4.1.2, Apache/1.3.19 2.Windows 98 4.10, PHP Version 4.1.1, Apache/1.3.6