Source Code:
(back to article)
<?php $cache_size = realpath_cache_size(); echo 'The size of the realpath cache is ' . $cache_size . ' bytes.';
Result:
Report an issue