PHP realpath_cache_size()

La fonction realpath_cache_size() est une fonction intégrée en PHP qui renvoie la taille du cache realpath.
 

Syntaxe
realpath_cache_size()

 
 

Paramètres

La fonction ne reçoit aucun argument.
 

Valeur de retour

La fonction renvoie la taille du cache realpath.
 

Version PHP:

5.3.2+
 

Exemple :
<?php
   print_r(realpath_cache_size());
?>
Questions d'entretiens PHP

Laisser un commentaire

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