(PHP 5 >= 5.3.2)
realpath_cache_size — Get realpath cache size
Get the amount of memory used by the realpath cache.
Returns how much memory realpath cache is using.
Пример #1 realpath_cache_size() example
<?php
var_dump(realpath_cache_size());
?>
Результатом выполнения данного примера будет что-то подобное:
int(412)