realpath_cache_get
realpath_cache_get
(PHP 5 >= 5.3.2, PHP 7)
realpath_cache_get — Get realpath cache entries
Description
array realpath_cache_get ( void )
Get the contents of the realpath cache.
Return Values
Returns an array of realpath cache entries. The keys are original path entries, and the values are arrays of data items, containing the resolved path, expiration date, and other options kept in the cache.