PHP clearstatcache() Explained For the functions like [code]is_file()[/code], [code]file_exists()[/code], etc PHP caches the result of this function for each file for faster performance if function called again. But in some cases you want AvinashSeptember 21, 2011TutorialKeep Reading