realpath_cache_size

(PHP 5 >= 5.3.2, PHP 7, PHP 8)

realpath_cache_sizeGet realpath cache size

Descrizione

realpath_cache_size(): int

Get the amount of memory used by the realpath cache.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns how much memory realpath cache is using.

Esempi

Example #1 realpath_cache_size() example

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

Il precedente esempio visualizzerà qualcosa simile a:

int(412)

Vedere anche: