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

 Live Demo

<?php
   echo realpath_cache_size();
?>

Output

362

karthikeya Boyini
karthikeya Boyini

I love programming (: That's all I know

Updated on: 24-Jun-2020

45 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements