Computer >> Computer tutorials >  >> Programming >> PHP

realpath_cache_size() function in PHP


The realpath_cache_size() function returns realpath cache size i.e. the amount of memory.

Syntax

realpath_cache_size()

Parameters

  • NA

Return

The realpath_cache_size() function returns the amount of memory realpath cache is using.

Example

<?php
   echo realpath_cache_size();
?>

Output

362