Dosya Sistemi İşlevleri
PHP Manual

realpath_cache_size

(PHP 5 >= 5.3.2)

realpath_cache_sizeGet realpath cache size

Açıklama

int realpath_cache_size ( void )

Get the amount of memory used by the realpath cache.

Dönen Değerler

Returns how much memory realpath cache is using.

Örnekler

Örnek 1 realpath_cache_size() example

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

Yukarıdaki örnek şuna benzer bir çıktı üretir:

int(412)

Ayrıca Bakınız


Dosya Sistemi İşlevleri
PHP Manual