PHP.nl

realpath_cache_size

realpath_cache_size

Get realpath cache size

int **realpath_cache_size**

Get the amount of memory used by the realpath cache.

Returns how much memory realpath cache is using.

Voorbeeld: example

<?php
var_dump(realpath_cache_size());
?>
int(412)

realpath_cache_getrealpath_cache_size