Retrieve realpath cache entries.
| <?php var_dump(realpath_cache_get()); ?> |
The realpath_cache_get() function returns entries from the realpath cache.
| realpath_cache_get() |
|
Return Value: |
An array containing realpath cache entries. |
|
PHP Version: |
5.3.2+ |