realpath_cache_get

PHP 5 >= 5.3.2, PHP 7, PHP 8
realpath_cache_get - Get realpath cache entries
Manual
Code Examples

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.

Related Functions

Example of realpath_cache_get

Show all examples for realpath_cache_get

PHP Version: