Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

realpath_cache_size

Description

The realpath_cache_size of Filesystem for PHP 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)
HomeMenu