February 2013
Intermediate to advanced
538 pages
20h 55m
English
clearstatcache
void clearstatcache([boolclear_realpath_cache[, stringfile]])
Clears the file status functions cache. The next call to any of
the file status functions will retrieve the information from the disk.
The clear_realpath_cache parameter allows for clearing the
realpath cache. The file parameter allows for the clearing of
the realpath and stat caches for a specific
filename only, and it can only be used if
clear_realpath_cache is true.
Read now
Unlock full access