realpath_cache_size
(PHP 5 >= 5.3.2)
realpath_cache_size — Get 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)
There are no user contributed notes for this page.
