Curriculum
Course: PHP Basic
Login

Curriculum

PHP Basic

PHP Install

0/1

PHP Casting

0/1

PHP Constants

0/1

PHP Magic Constants

0/1

PHP Operators

0/1

PHP Reference

0/276
Text lesson

realpath_cache_size()

Example

Retrieve the size of the realpath cache.

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

Definition and Usage

The realpath_cache_size() function returns the size of the realpath cache.

Syntax

realpath_cache_size()

Technical Details

 

Return Value:

The amount of memory being used by the realpath cache.

PHP Version:

5.3.2+