realpath_cache_get
PHP 5 >= 5.3.2, PHP 7, PHP 8
realpath_cache_get - Get realpath cache entries
Manual
realpath_cache_get(
): array
Get the contents of the realpath cache.
Parameters
This function has no parameters.
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.