PHP function clearstatcache()
Availability in PHP 4.0
Clears file status cache
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$clear_realpath_cache |
bool |
null, | Whenever to clear realpath cache or not. |
$filename |
string |
null | Clear realpath cache on a specific filename, only used if clear_realpath_cache is true. |
Return values
void