On Wednesday 07 February 2001 09:42, SED wrote:
> If I load e.g. textfile.txt with the file pointer at the beginning of
> the file and write a line or two into it, does it always overwrite the
> first lines?
Yes
> Is there any function that *always* moves the old lines
> down automatically?
No. You'll have to code that yourself (read file - add lines - write file)
--
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)
"Software is like sex: the best is for free" -- Linus Torvalds
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]