Mailinglisten-Archive |
Hallo Andreas, > >> fgets($datei,4096); > >> geht automatisch bis zum Ende einer Datei. > > Stimmt nicht, im PHP Manual (http://php.net/fgets) steht was anderes. > Stimmt, da steht: > $buffer = fgets($fd, 4096); - ;-) lol Den Text ignorierst Du einfach, was ? <copy> Returns a string of up to length - 1 bytes read from the file pointed to by fp. Reading ends when length - 1 bytes have been read, on a newline (which is included in the return value), or on EOF (whichever comes first). </copy> Das einlesen kompletter Dateien funktioniert mit file(); oder bei Binarys mit fread($fp, filesize($file)); Lesen bildet halt nur manchmal... ;-) m.f.G. N. Pfeiffer _____________________________________ www.uris.de pfeiffer_(at)_uris.de 0177-2363368 02292-681769 ------------------------------------- e.o.m.
php::bar PHP Wiki - Listenarchive