PHP realpath_cache_size() Function

The realpath_cache_size() — Get realpath cache size.

int realpath_cache_size ( void )

Get the amount of memory used by the realpath cache.

Example -

The above example will output something similar to : -

int(412)