(PHP 5 >= 5.3.2, PHP 7, PHP 8)
realpath_cache_size — Get realpath cache size
Questa funzione non contiene parametri.
Returns how much memory realpath cache is using.
Example #1 realpath_cache_size() example
<?php
var_dump(realpath_cache_size());
?>
Il precedente esempio visualizzerà qualcosa simile a:
int(412)