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_get()

Example

Retrieve realpath cache entries.

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

Definition and Usage

The realpath_cache_get() function returns entries from the realpath cache.

Syntax

realpath_cache_get()

Technical Details

 

Return Value:

An array containing realpath cache entries.

PHP Version:

5.3.2+