update : 2015.11.03
php.shukuma.com

검색:
 
 
Get realpath cache size

realpath_cache_size

(PHP 5 >= 5.3.2, PHP 7)

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.

예제

Example #1 realpath_cache_size() example

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

위 예제의 출력 예시:

int(412)

참고