<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.filesystem.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'filesystem.constants.php',
    1 => 'Constantes pr&eacute;-d&eacute;finies',
    2 => 'Constantes pr&eacute;-d&eacute;finies',
  ),
  'up' => 
  array (
    0 => 'book.filesystem.php',
    1 => 'Syst&egrave;me de fichiers',
  ),
  'prev' => 
  array (
    0 => 'filesystem.resources.php',
    1 => 'Types de ressources',
  ),
  'next' => 
  array (
    0 => 'ref.filesystem.php',
    1 => 'Fonctions sur les syst&egrave;mes de fichiers',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/filesystem/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="filesystem.constants" class="appendix">
 <h1 class="title">Constantes pré-définies</h1>

 <p class="simpara">Ces constantes sont définies par cette
extension, et ne sont disponibles que si cette extension a été compilée avec
PHP, ou bien chargée au moment de l&#039;exécution.</p>
 <dl>
  
   <dt id="constant.seek-set">
    <strong><code><a href="filesystem.constants.php#constant.seek-set">SEEK_SET</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.seek-cur">
    <strong><code><a href="filesystem.constants.php#constant.seek-cur">SEEK_CUR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.seek-end">
    <strong><code><a href="filesystem.constants.php#constant.seek-end">SEEK_END</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     
    </span>
   </dd>
  
  
   <dt id="constant.lock-sh">
    <strong><code><a href="filesystem.constants.php#constant.lock-sh">LOCK_SH</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     
    </span>
   </dd>
  
  
   <dt id="constant.lock-ex">
    <strong><code><a href="filesystem.constants.php#constant.lock-ex">LOCK_EX</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     
    </span>
   </dd>
  
  
   <dt id="constant.lock-un">
    <strong><code><a href="filesystem.constants.php#constant.lock-un">LOCK_UN</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     
    </span>
   </dd>
  
  
   <dt id="constant.lock-nb">
    <strong><code><a href="filesystem.constants.php#constant.lock-nb">LOCK_NB</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     
    </span>
   </dd>
  
  </dl>
  <dl>
   <strong class="title">
    <code class="parameter">flags</code> disponibles pour
    <span class="function"><a href="function.file.php" class="function">file()</a></span>
   </strong>

   
    <dt id="constant.file-use-include-path">
     <strong><code><a href="filesystem.constants.php#constant.file-use-include-path">FILE_USE_INCLUDE_PATH</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Recherche le <code class="parameter">filename</code> dans
      <a href="ini.core.php#ini.include-path" class="link">include_path</a>.
     </span>
    </dd>
   

   
    <dt id="constant.file-no-default-context">
     <strong><code><a href="filesystem.constants.php#constant.file-no-default-context">FILE_NO_DEFAULT_CONTEXT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
     </span>
    </dd>
   

   
    <dt id="constant.file-append">
     <strong><code><a href="filesystem.constants.php#constant.file-append">FILE_APPEND</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Ajoute du contenu au fichier existant.
     </span>
    </dd>
   

   
    <dt id="constant.file-ignore-new-lines">
     <strong><code><a href="filesystem.constants.php#constant.file-ignore-new-lines">FILE_IGNORE_NEW_LINES</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Supprime les caractères de fin de ligne.
     </span>
    </dd>
   

   
    <dt id="constant.file-skip-empty-lines">
     <strong><code><a href="filesystem.constants.php#constant.file-skip-empty-lines">FILE_SKIP_EMPTY_LINES</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Ignore les lignes vides.
     </span>
    </dd>
   

   
    <dt id="constant.file-binary">
     <strong><code><a href="filesystem.constants.php#constant.file-binary">FILE_BINARY</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      Mode binaire.
      <div class="warning"><strong class="warning">Avertissement</strong>
       <p class="simpara">
        Cette constante n&#039;a aucun effet et est dépréciée à partir de PHP 8.1.0.
       </p>
      </div>
     </p>
    </dd>
   

   
    <dt id="constant.file-text">
     <strong><code><a href="filesystem.constants.php#constant.file-text">FILE_TEXT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      Mode texte.
      <div class="warning"><strong class="warning">Avertissement</strong>
       <p class="simpara">
        Cette constante n&#039;a aucun effet et est dépréciée à partir de PHP 8.1.0.
       </p>
      </div>
     </p>
    </dd>
   
  </dl>

  <dl>
   <strong class="title">
    <code class="parameter">flags</code> disponibles pour
    <span class="function"><a href="function.glob.php" class="function">glob()</a></span>
   </strong>

   
    <dt id="constant.glob-available-flags">
     <strong><code><a href="filesystem.constants.php#constant.glob-available-flags">GLOB_AVAILABLE_FLAGS</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Tous les indicateurs <strong><code><a href="filesystem.constants.php#constant.glob-available-flags">GLOB_<span class="replaceable">*</span></a></code></strong> combinés.
      Équivalent à <code class="literal">0</code> | <strong><code><a href="filesystem.constants.php#constant.glob-brace">GLOB_BRACE</a></code></strong> |
      <strong><code><a href="filesystem.constants.php#constant.glob-mark">GLOB_MARK</a></code></strong> | <strong><code><a href="filesystem.constants.php#constant.glob-nosort">GLOB_NOSORT</a></code></strong> |
      <strong><code><a href="filesystem.constants.php#constant.glob-nocheck">GLOB_NOCHECK</a></code></strong> | <strong><code><a href="filesystem.constants.php#constant.glob-noescape">GLOB_NOESCAPE</a></code></strong> |
      <strong><code><a href="filesystem.constants.php#constant.glob-err">GLOB_ERR</a></code></strong> | <strong><code><a href="filesystem.constants.php#constant.glob-onlydir">GLOB_ONLYDIR</a></code></strong>
     </span>
    </dd>
   
   
    <dt id="constant.glob-brace">
     <strong><code><a href="filesystem.constants.php#constant.glob-brace">GLOB_BRACE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Étend {a,b,c} pour correspondre à &#039;a&#039;, &#039;b&#039; ou &#039;c&#039;
     </span>
     <blockquote class="note"><p><strong class="note">Note</strong>: 
      <span class="simpara">
       <strong><code><a href="filesystem.constants.php#constant.glob-brace">GLOB_BRACE</a></code></strong> n&#039;est pas disponible sur certains systèmes non-GNU,
       comme Solaris ou Alpine Linux.
      </span>
     </p></blockquote>
    </dd>
   
   
    <dt id="constant.glob-err">
     <strong><code><a href="filesystem.constants.php#constant.glob-err">GLOB_ERR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Arrête en cas d&#039;erreurs de lecture (comme les répertoires illisibles),
      par défaut, les erreurs sont ignorées.
     </span>
    </dd>
   
   
    <dt id="constant.glob-mark">
     <strong><code><a href="filesystem.constants.php#constant.glob-mark">GLOB_MARK</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Ajoute une barre oblique (un antislash sur Windows) à chaque répertoire retourné.
     </span>
    </dd>
   
   
    <dt id="constant.glob-nocheck">
     <strong><code><a href="filesystem.constants.php#constant.glob-nocheck">GLOB_NOCHECK</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Renvoie le motif de recherche si aucun fichier correspondant n&#039;a été trouvé.
     </span>
    </dd>
   
   
    <dt id="constant.glob-noescape">
     <strong><code><a href="filesystem.constants.php#constant.glob-noescape">GLOB_NOESCAPE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Les barres obliques inverses ne citent pas les métacaractères.
     </span>
    </dd>
   
   
    <dt id="constant.glob-nosort">
     <strong><code><a href="filesystem.constants.php#constant.glob-nosort">GLOB_NOSORT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Renvoie les fichiers tels qu&#039;ils apparaissent dans le répertoire (sans tri).
      Lorsque ce drapeau n&#039;est pas utilisé, les chemins sont triés par ordre alphabétique.
     </span>
    </dd>
   
   
    <dt id="constant.glob-onlydir">
     <strong><code><a href="filesystem.constants.php#constant.glob-onlydir">GLOB_ONLYDIR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
     Renvoie uniquement les entrées de répertoire qui correspondent au modèle.
    </span>
   </dd>
  
  </dl>
  <dl>
   <strong class="title">
    <code class="parameter">flags</code> disponibles pour
    <span class="function"><a href="function.pathinfo.php" class="function">pathinfo()</a></span>
   </strong>
   
   <dt id="constant.pathinfo-all">
    <strong><code><a href="filesystem.constants.php#constant.pathinfo-all">PATHINFO_ALL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Toutes les parties du chemin
     renvoyées sous forme de tableau associatif.
    </span>
   </dd>
  
  
   <dt id="constant.pathinfo-dirname">
    <strong><code><a href="filesystem.constants.php#constant.pathinfo-dirname">PATHINFO_DIRNAME</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Le chemin du répertoire ou du fichier.
    </span>
   </dd>
  
  
   <dt id="constant.pathinfo-basename">
    <strong><code><a href="filesystem.constants.php#constant.pathinfo-basename">PATHINFO_BASENAME</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Le nom du répertoire ou
     le nom et l&#039;extension du fichier.
    </span>
   </dd>
  
  
   <dt id="constant.pathinfo-extension">
    <strong><code><a href="filesystem.constants.php#constant.pathinfo-extension">PATHINFO_EXTENSION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     L&#039;extension du fichier.
    </span>
   </dd>
  
  
   <dt id="constant.pathinfo-filename">
    <strong><code><a href="filesystem.constants.php#constant.pathinfo-filename">PATHINFO_FILENAME</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Le nom du fichier (sans l&#039;extension)
     ou du répertoire.
    </span>
   </dd>
  
 </dl>
 <dl>
  <strong class="title">
   <code class="parameter">scanner_mode</code> disponibles pour
   <span class="function"><a href="function.parse-ini-file.php" class="function">parse_ini_file()</a></span> et
   <span class="function"><a href="function.parse-ini-string.php" class="function">parse_ini_string()</a></span>
  </strong>
  
   <dt id="constant.ini-scanner-normal">
    <strong><code><a href="filesystem.constants.php#constant.ini-scanner-normal">INI_SCANNER_NORMAL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Mode d&#039;analyse normale des directives INI.
    </span>
   </dd>
  

  
   <dt id="constant.ini-scanner-raw">
    <strong><code><a href="filesystem.constants.php#constant.ini-scanner-raw">INI_SCANNER_RAW</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Mode d&#039;analyse brut des directives INI.
    </span>
   </dd>
  
 
  
   <dt id="constant.ini-scanner-typed">
    <strong><code><a href="filesystem.constants.php#constant.ini-scanner-typed">INI_SCANNER_TYPED</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Mode scanner typé INI.
    </span>
   </dd>
  
  </dl>
  <dl>
   <strong class="title">
    <code class="parameter">flags</code> disponibles pour
    <span class="function"><a href="function.fnmatch.php" class="function">fnmatch()</a></span>
   </strong>

  
   <dt id="constant.fnm-noescape">
    <strong><code><a href="filesystem.constants.php#constant.fnm-noescape">FNM_NOESCAPE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Désactive la protection des antislash.
    </span>
   </dd>
  

  
   <dt id="constant.fnm-pathname">
    <strong><code><a href="filesystem.constants.php#constant.fnm-pathname">FNM_PATHNAME</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Un slash dans la chaîne ne correspond qu&#039;au
     slash final du motif.
    </span>
   </dd>
  

  
   <dt id="constant.fnm-period">
    <strong><code><a href="filesystem.constants.php#constant.fnm-period">FNM_PERIOD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Le point initial dans la chaîne doit correspondre
     exactement au point dans le motif.
    </span>
   </dd>
  

  
   <dt id="constant.fnm-casefold">
    <strong><code><a href="filesystem.constants.php#constant.fnm-casefold">FNM_CASEFOLD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Recherche sans casse. Une partie de l&#039;extension GNU.
    </span>
   </dd>
  
 </dl>
 <dl id="filesystem.constants.upload">
  <strong class="title">Constantes de Téléversement de Fichiers PHP</strong>
  
   <dt id="constant.upload-err-cant-write">
    <strong><code><a href="filesystem.constants.php#constant.upload-err-cant-write">UPLOAD_ERR_CANT_WRITE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <p class="para">
     Échec de l&#039;écriture du fichier sur le disque.
     La valeur de la constante est <code class="literal">7</code>.
    </p>
   </dd>
  
  
   <dt id="constant.upload-err-extension">
    <strong><code><a href="filesystem.constants.php#constant.upload-err-extension">UPLOAD_ERR_EXTENSION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <p class="para">
     Une extension PHP a interrompu le téléchargement du fichier. PHP ne fournit pas de moyen de savoir quelle extension a provoqué l&#039;arrêt du téléchargement du fichier ; examiner la liste des extensions chargées avec la fonction <span class="function"><a href="function.phpinfo.php" class="function">phpinfo()</a></span> peut aider.
     La valeur de la constante est <code class="literal">8</code>.
    </p>
   </dd>
  
  
   <dt id="constant.upload-err-form-size">
    <strong><code><a href="filesystem.constants.php#constant.upload-err-form-size">UPLOAD_ERR_FORM_SIZE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <p class="para">
     Le fichier téléchargé dépasse la directive <em>MAX_FILE_SIZE</em> spécifiée dans le formulaire HTML.
     La valeur de la constante est <code class="literal">2</code>.
    </p>
   </dd>
  
  
   <dt id="constant.upload-err-ini-size">
    <strong><code><a href="filesystem.constants.php#constant.upload-err-ini-size">UPLOAD_ERR_INI_SIZE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <p class="para">
     Le fichier téléchargé dépasse la directive <a href="ini.core.php#ini.upload-max-filesize" class="link">upload_max_filesize</a> spécifiée dans le fichier <var class="filename">php.ini</var>.
     La valeur de la constante est <code class="literal">1</code>.
    </p>
   </dd>
  
  
   <dt id="constant.upload-err-no-file">
    <strong><code><a href="filesystem.constants.php#constant.upload-err-no-file">UPLOAD_ERR_NO_FILE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <p class="para">
     Aucun fichier n&#039;a été téléchargé.
     La valeur de la constante est <code class="literal">4</code>.
    </p>
   </dd>
  
  
   <dt id="constant.upload-err-no-tmp-dir">
    <strong><code><a href="filesystem.constants.php#constant.upload-err-no-tmp-dir">UPLOAD_ERR_NO_TMP_DIR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <p class="para">
     Absence de dossier temporaire.
     La valeur de la constante est <code class="literal">6</code>.
    </p>
   </dd>
  
  
   <dt id="constant.upload-err-ok">
    <strong><code><a href="filesystem.constants.php#constant.upload-err-ok">UPLOAD_ERR_OK</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <p class="para">
     Aucune erreur, le fichier a été téléchargé avec succès.
     La valeur de la constante est <code class="literal">0</code>.
    </p>
   </dd>
  
  
   <dt id="constant.upload-err-partial">
    <strong><code><a href="filesystem.constants.php#constant.upload-err-partial">UPLOAD_ERR_PARTIAL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <p class="para">
     Le fichier téléchargé n&#039;a été que partiellement téléchargé.
     La valeur de la constante est <code class="literal">3</code>.
    </p>
   </dd>
  
 </dl>
</div>
<?php manual_footer($setup); ?>