Retrieve the size of the realpath cache.
| <?php var_dump(realpath_cache_size()); ?> |
The realpath_cache_size() function returns the size of the realpath cache.
| realpath_cache_size() |
|
Return Value: |
The amount of memory being used by the realpath cache. |
|
PHP Version: |
5.3.2+ |