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

Zend Developer Zone: Tutorial : Using Zend Framework Without PDO

DevShed: The Isset and Unset Magic Functions in PHP 5

Jeff Moore's Blog: Dependency Injection in PHP

PHPMaster.com: Creating a Mobile Photo Blog, Part 1

WebDigity.com: PHP geotargeting techniques


Community Events









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


testing object code language phpunit api interview example development zendframework2 composer framework community release opinion unittest functional event database introduction

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