Position actuelle: Accueil> Catégories de fonctions> file_exists

file_exists

Vérifiez si le fichier ou le répertoire existe
Nom:file_exists
Catégorie:Système de fichiers
Langage de programmation:php
Description en une ligne:Vérifiez si le fichier ou le répertoire existe.

Exemple

 <span class="token php language-php"><span class="token delimiter important"><? Php</span>
<span class="token keyword">echo</span> <span class="token function">file_exists</span> <span class="token punctuation">(</span> <span class="token string double-quoted-string">"test.txt"</span> <span class="token punctuation">)</span> <span class="token punctuation">;</span>
<span class="token delimiter important">?></span></span>

Sortir:

 1
Fonctions similaires