File_exists
Définition : | Vérifie si un fichier ou un répertoire existe ou non. |
Exemple : |
<?php
echo file_exists("file.txt");
?>
|
Résultat : | 1 |
20 fonctions |
Définition : | Vérifie si un fichier ou un répertoire existe ou non. |
Exemple : |
<?php
echo file_exists("file.txt");
?>
|
Résultat : | 1 |
20 fonctions |