PHP realpath_cache_get()
La fonction realpath_cache_get() est une fonction intégrée en PHP qui renvoie les entrées du cache realpath.
Syntaxe
realpath_cache_get()
Paramètres
La fonction ne reçoit aucun argument.
Valeur de retour
La fonction renvoie un tableau d’entrées du cache realpath.
Version PHP:
5.3.2+
Exemple :
<?php print_r(realpath_cache_get()); ?>