Note Submitter:
----
draco at lomag dot net wrote: "If you are write to a
file, fflush() it and then hope to re-read in the data, you
probably need to use http://www.php.net/manual/en/function.clearstatcache.php
"
This is false statament. Just read the clearstatcache manual
page you linked yourself to find out what this function is
for and what calls are affected/cached. That would be stupid
to cache the file and clearstatcache() does NOT do so!
--
PHP Notes Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|