update : 2015.11.03
php.shukuma.com검색:
|
realpath_cache_size(PHP 5 >= 5.3.2, PHP 7) 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 위 예제의 출력 예시: int(412) |