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());
?>
Questions d'entretiens PHP

Laisser un commentaire

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *