PHP realpath_cache_get() Function
❮ PHP Filesystem ReferenceExampleGet your own PHP Server
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