ID: 36289 Updated by: [EMAIL PROTECTED] -Summary: SplFileObject needs fread() Reported By: robertpaul at gmail dot com -Status: Wont fix +Status: Open Bug Type: Feature/Change Request Operating System: * PHP Version: 5.1.2 Assigned To: helly New Comment:
Yes, maybe we can implement a SplBinaryFileObject class. That would have all those functions. Actually an interesting idea. Previous Comments: ------------------------------------------------------------------------ [2006-02-05 16:52:03] robertpaul at gmail dot com I see ... thanks for the quick reply. So is it fair to say, then, that SplFileObject isn't suitable for reading a binary file? Thanks again, --Rob ------------------------------------------------------------------------ [2006-02-05 12:54:56] [EMAIL PROTECTED] SplFileObject is a line iterator, that is it reads the next line on current() and friends. Introducing fread would mean one would need to cound the '\n's after reading some bytes. That said it would be ok to read the remainder as from the object since then valid() would return true and the number of lines wouldn't matter. An alternative would be allowing to skip line counting. However right now fread() in its current forma does not make sense. ------------------------------------------------------------------------ [2006-02-05 00:32:23] robertpaul at gmail dot com Description: ------------ Please forgive me if I'm missing something, but it seems as though SplFileObject has most of the useful file functions except fread. Having that available would be Really Good™. Thanks! ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=36289&edit=1
