realpath_cache_size

(PHP 5 >= 5.3.2, PHP 7)

realpath_cache_sizeGet realpath cache size

Descrierea

realpath_cache_size ( void ) : int

Get the amount of memory used by the realpath cache.

Valorile întoarse

Returns how much memory realpath cache is using.

Exemple

Example #1 realpath_cache_size() example

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

Exemplul de mai sus va afișa ceva similar cu:

int(412)

A se vedea și