News Feed
Jobs Feed
Sections




News Archive
XpertDeveloper.com:
PHP clearstatecache() Explained
September 22, 2011 @ 09:21:40

XPertDeveloper.com has a quick new post looking at a function that might be overlooked until it suddenly becomes just what you need - clearstatecache for clearing file state information in the current script.

For the functions like is_file(), file_exists(), etc PHP caches the result of this function for each file for faster performance if function called again. But in some cases you want to clear this cached information, for the task like getting the information of the same file multiple times in same page.

Other methods this cache effects include stat, file_exists, is_file and more. If the state of a file is changed during the course of the script - say it's deleted manually, not by PHP, your script may not recognize that. By calling clearstatecache, you refresh this cache and make it possible to see the latest file system info.

0 comments voice your opinion now!
clearstatecache tutorial filesystem state file


blog comments powered by Disqus

Similar Posts

Abhinav Singh's Blog: How to add content verification using hmac in PHP

Evert Pot's Blog: PHP WebDAV Integration Library

Danne Lundqvist: Using Xdebug in MAMP

DeveloperTutorials: Desktop Application Development with PHP-GTK

ITNewb.com: Building a Spam Free Contact Form without Captchas


Community Events











Don't see your event here?
Let us know!


symfony rest interview zendframework2 development introduction symfony2 framework opinion series phpunit usergroup database language podcast conference release testing community functional

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework