Name

realpath_cache_get

Synopsis

array realpath_cache_get()

Returns the contents of the realpath cache as an associative array. The key for each item is the path name, and the value for each item is an associative array containing values that have been cached for the path. The possible values include:

expires

The time when this cache entry will expire.

is_dir

Whether this path represents a directory or not.

key

A unique ID for the cache entry.

realpath

The resolved path for the path.

Get Programming PHP, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.