PHP realpath_cache_size() Function

❮ PHP Filesystem Reference

Example

Return realpath cache size:

<?php
var_dump(realpath_cache_size());
?>
Run Example »

Definition and Usage

The realpath_cache_size() function returns realpath cache size.

Syntax

realpath_cache_size()

Technical Details

Return Value: How much memory realpath cache is using
PHP Version: 5.3.2+

❮ PHP Filesystem Reference
Copyright 1999-2023 by Refsnes Data. All Rights Reserved.