Brent Clark wrote --- napísal::
Hi all

I have this script whereby I use the php function file().
Just a quick question, do I need to implement file locking.

if so, can I just use something like
        flock( file("/path/file.ext") );

No, you need file locking only for writing.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to