wincache_refresh_if_changed

PECL wincache >= 1.0.0
wincache_refresh_if_changed - Refreshes the cache entries for the cached files
Manual
Code Examples

wincache_refresh_if_changed( [array$files = NULL] ): bool

Refreshes the cache entries for the files, whose names were passed in the input argument. If no argument is specified then refreshes all the entries in the cache.

Parameters

files

An array of file names for files that need to be refreshed. An absolute or relative file paths can be used.

Return Values

Returns true on success or false on failure.

Related Functions

Example of wincache_refresh_if_changed

Show all examples for wincache_refresh_if_changed

PHP Version: