Get realpath cache size
Get the amount of memory used by the realpath cache.
This function has no parameters.
Returns how much memory realpath cache is using.
Example #1 realpath_cache_size example
<?php var_dump(realpath_cache_size()); ?>
The above example will output something similar to:
int(412)