Filesystem Funzioni
PHP Manual

realpath_cache_size

(PHP 5 >= 5.3.2)

realpath_cache_sizeGet realpath cache size

Descrizione

int realpath_cache_size ( void )

Get the amount of memory used by the realpath cache.

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:


Filesystem Funzioni
PHP Manual