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

search for in the

realpath> <realpath_cache_get
Last updated: Fri, 12 Mar 2010

view this page in

realpath_cache_size

(No version information available, might only be in SVN)

realpath_cache_sizeGet realpath cache size

Description

int realpath_cache_size ( void )

Get the amount of memory used by the realpath cache.

Return Values

Returns how much memory realpath cache is using.

Examples

Example #1 realpath_cache_size() example

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

The above example will output something similar to:

int(412)

See Also



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

realpath> <realpath_cache_get
Last updated: Fri, 12 Mar 2010
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites