PHP realpath_cache_get() Function

❮ PHP Filesystem Reference

Example

Return realpath cache entries:

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

Definition and Usage

The realpath_cache_get() function returns realpath cache entries.

Syntax

realpath_cache_get()

Technical Details

Return Value: An array of realpath cache entries
PHP Version: 5.3.2+

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