downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

realpath> <realpath_cache_get
[edit] Last updated: Sat, 07 Jan 2012

view this page in

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.

예제

Example #1 realpath_cache_size() example

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

위 예제의 출력 예시:

int(412)

참고



add a note add a note User Contributed Notes realpath_cache_size - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites