ファイルシステム 関数
PHP Manual

realpath_cache_size

(PHP 5 >= 5.3.2)

realpath_cache_sizeGet realpath cache size

説明

int realpath_cache_size ( void )

Get the amount of memory used by the realpath cache.

返り値

Returns how much memory realpath cache is using.

例1 realpath_cache_size() example

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

上の例の出力は、 たとえば以下のようになります。

int(412)

参考


ファイルシステム 関数
PHP Manual