clearstatcache in PHP

Syntax of clearstatcache void clearstatcache([bool clear_realpath_cache[, string file ]]) 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 … Read more