Php/docs/function.realpath-cache-size

From Get docs

realpath_cache_size

(PHP 5 >= 5.3.2, PHP 7)

realpath_cache_sizeGet realpath cache size


Description

realpath_cache_size ( ) : int

Get the amount of memory used by the realpath cache.


Return Values

Returns how much memory realpath cache is using.


Examples

Example #1 realpath_cache_size() example

<?phpvar_dump(realpath_cache_size());?>

The above example will output something similar to:


int(412)

See Also