Funções para Sistema de arquivo
PHP Manual

realpath_cache_size

(PHP 5 >= 5.3.2, PHP 7)

realpath_cache_sizeGet realpath cache size

Descrição

int realpath_cache_size ( void )

Get the amount of memory used by the realpath cache.

Valor Retornado

Returns how much memory realpath cache is using.

Exemplos

Exemplo #1 realpath_cache_size() example

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

O exemplo acima irá imprimir algo similar à:

int(412)

Veja Também


Funções para Sistema de arquivo
PHP Manual