The PHP realpath_cache_get() function returns realpath cache entries.

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

Output

				
					// returns realpath cache entries
				
			

Syntax

				
					realpath_cache_get()