(PHP 5 >= 5.3.2, PHP 7)
Get realpath cache entries
array realpath_cache_get ( void )
Get the contents of the realpath cache.
Returns:
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.
Examples