realpath_cache_size
(PHP 5 >= 5.3.2)
realpath_cache_size — Get realpath cache size
Beschreibung
int realpath_cache_size
( void
)
Get the amount of memory used by the realpath cache.
Rückgabewerte
Returns how much memory realpath cache is using.
Beispiele
Beispiel #1 realpath_cache_size() example
<?php
var_dump(realpath_cache_size());
?>
Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:
int(412)
Siehe auch
- realpath_cache_get() - Get realpath cache entries
- The realpath_cache_size configuration option