&reftitle.constants; &extension.constants; GLOB_BRACE (int) GLOB_ONLYDIR (int) SEEK_END (int) LOCK_SH (int) LOCK_EX (int) LOCK_UN (int) LOCK_NB (int) GLOB_BRACE (int) GLOB_ONLYDIR (int) GLOB_MARK (int) GLOB_NOSORT (int) GLOB_NOCHECK (int) GLOB_NOESCAPE (int) GLOB_AVAILABLE_FLAGS (int) PATHINFO_DIRNAME (int) PATHINFO_BASENAME (int) PATHINFO_EXTENSION (int) PATHINFO_FILENAME (int) FILE_USE_INCLUDE_PATH (int) Cherche filename dans include_path. FILE_NO_DEFAULT_CONTEXT (int) FILE_APPEND (int) Ajoute du contenu dans un fichier existant. FILE_IGNORE_NEW_LINES (int) Enlève les caractères EOL. FILE_SKIP_EMPTY_LINES (int) Enlève les lignes vides. FILE_BINARY (int) Mode binaire. Cette constante n'a aucun effet et n'est présente que pour assurer une compatibilité ascendante. FILE_TEXT (int) Mode texte. Cette constante n'a aucun effet et n'est présente que pour assurer une compatibilité ascendante. INI_SCANNER_NORMAL (int) Mode d'analyse normale des directives INI. INI_SCANNER_RAW (int) Mode d'analyse brut des directives INI. INI_SCANNER_TYPED (int) Mode scanner typé INI. FNM_NOESCAPE (int) Désactive la protection des antislash. FNM_PATHNAME (int) Un slash dans la chaîne ne correspond qu'au slash final du motif. FNM_PERIOD (int) Le point initial dans la chaîne doit correspondre exactement au point dans le motif. FNM_CASEFOLD (int) Recherche sans casse. Une partie de l'extension GNU.