faqts : Computers : Programming : Languages : PHP : Function Libraries

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

4 of 4 people (100%) answered Yes

Entry

How do I use clearstatcache()?

Jul 12th, 1999 01:51
Nathan Wallace, Matthew Clark


According to both the PHP source (functions/filestat.c) and previous
experience, clearstatcache() takes no arguments and returns nothing.

clearstatcache() simply clears the cached results of stat() & lstat()
calls.

    http://www.php.net/manual/function.clearstatcache.php3