Hello,
unter Linux gibt es das das Kommando
thomas@testserver:~$ tac --help
Usage: tac [OPTION]... [FILE]...
Write each FILE to standard output, last line first.
With no FILE, or when FILE is -, read standard input.
-b, --before attach the separator before instead of after
-r, --regex interpret the separator as a regular expression
-s, --separator=STRING use STRING as the separator instead of newline
--help display this help and exit
--version output version information and exit
Das ist nur "cat" rückwärts.
Wenn Du das nun in Verbindung mit exec() http://de2.php.net/manual/en/function.exec.php einsetzen darfst, dann müsste es das Schnellste sein.
Harzliche Grüße aus http://www.annerschbarrich.de
Tom
Fortschritt entsteht nur durch die Auseinandersetzung der Kreativen
Nur selber lernen macht schlau