realpath_cache_size
Description
Get realpath cache size
Syntax
realpath_cache_size ( void ) : int
Return
Returns how much memory realpath cache is using.
Examples
1
<? var_dump(realpath_cache_size()); ?>
int(444)
Get realpath cache size
realpath_cache_size ( void ) : int
Returns how much memory realpath cache is using.
<? var_dump(realpath_cache_size()); ?>
int(444)