<?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 => 'de',
  ),
  'this' => 
  array (
    0 => 'filesystem.constants.php',
    1 => 'Vordefinierte Konstanten',
    2 => 'Vordefinierte Konstanten',
  ),
  'up' => 
  array (
    0 => 'book.filesystem.php',
    1 => 'Dateisystem',
  ),
  'prev' => 
  array (
    0 => 'filesystem.resources.php',
    1 => 'Ressource-Typen',
  ),
  'next' => 
  array (
    0 => 'ref.filesystem.php',
    1 => 'Dateisystem',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    '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">Vordefinierte Konstanten</h1>

 <p class="simpara">Folgende Konstanten werden von dieser
Erweiterung definiert und stehen nur zur Verfügung, wenn die Erweiterung entweder
statisch in PHP kompiliert oder dynamisch zur Laufzeit geladen
wurde.</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">
   Verfügbare <code class="parameter">flags</code> für
   <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">
     Suche den Dateinamen <code class="parameter">filename</code> im
     <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">
     An vorhandene Datei anfügen.
    </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">
     EOL-Zeichen entfernen.
    </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">
     Leerzeilen überspringen.
    </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">
     Binärmodus.
     <div class="warning"><strong class="warning">Warnung</strong>
      <p class="simpara">
       Diese Konstante hat keine Auswirkung und ist seit PHP 8.1.0 veraltet.
      </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">
     Textmodus.
     <div class="warning"><strong class="warning">Warnung</strong>
      <p class="simpara">
       Diese Konstante hat keine Auswirkung und ist seit PHP 8.1.0 veraltet.
      </p>
     </div>
    </p>
   </dd>
  
 </dl>

 <dl>
  <strong class="title">
   Verfügbare <code class="parameter">flags</code> für
   <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">
     Die Kombination aller
     <strong><code><a href="filesystem.constants.php#constant.glob-available-flags">GLOB_<span class="replaceable">*</span></a></code></strong>-Flags.
     Entspricht <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">
     {a,b,c} expandieren, sodass es auf &#039;a&#039;, &#039;b&#039; oder &#039;c&#039; passt
    </span>
    <blockquote class="note"><p><strong class="note">Hinweis</strong>: 
     <span class="simpara">
      <strong><code><a href="filesystem.constants.php#constant.glob-brace">GLOB_BRACE</a></code></strong> ist auf einigen Nicht-GNU-Systemen, wie
      Solaris oder Alpine Linux, nicht verfügbar.
     </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">
     Bei Lesefehlern (z. B. unlesbare Verzeichnisse) stoppen; standardmäßig
     werden Fehler ignoriert.
    </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">
     An jedes zurückgegebene Verzeichnis einen Schrägstrich anhängen (unter
     Windows einen Backslash)
    </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">
     Wenn keine passenden Dateien gefunden wurden, wird das Suchmuster
     zurückgegeben.
    </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">
     Backslashes bewirken keine Maskierung von Metazeichen
    </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">
     Die Dateien so zurückgeben, wie sie im Verzeichnis erscheinen (keine
     Sortierung). Ohne dieses Flag werden die Pfadnamen alphabetisch sortiert
    </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">
     Nur Verzeichniseinträge zurückgeben, die dem Muster entsprechen
    </span>
   </dd>
  
 </dl>

 <dl>
  <strong class="title">
   Verfügbare <code class="parameter">flags</code> für
   <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">
     Alle Teile der Pfadinformationen
     werden als assoziatives Array zurückgegeben.
    </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">
     Der Pfad des Verzeichnisses oder der Datei.
    </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">
     Der Name des Verzeichnisses oder der Name und die Erweiterung der Datei.
    </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">
     Die Erweiterung der Datei.
    </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">
     Der Name der Datei (ohne Erweiterung) oder des Verzeichnisses.
    </span>
   </dd>
  
 </dl>

 <dl>
  <strong class="title">
   Verfügbare <code class="parameter">scanner_mode</code>s für
   <span class="function"><a href="function.parse-ini-file.php" class="function">parse_ini_file()</a></span> und
   <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">
     Normaler INI-Scanner-Modus.
    </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">
     Unverarbeiteter INI-Scanner-Modus.
    </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">
     Typisierter INI-Scanner-Modus.
    </span>
   </dd>
  
 </dl>

 <dl>
  <strong class="title">
   Verfügbare <code class="parameter">flags</code> für
   <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">
     Deaktivieren der Maskierung durch einen Backslash.
    </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">
     Ein Slash in einer Zeichenkette matcht nur den Slash im
     übergebenen Muster.
    </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">
     Ein führender Punkt in einer Zeichenkette muss von einem Punkt
     im übergebenen Muster gematcht werden.
    </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">
     Match, der unabhängig von der Groß-/Kleinschreibung ist. Teil der
     GNU-Extension.
    </span>
   </dd>
  
 </dl>

 <dl id="filesystem.constants.upload">
  <strong class="title">PHP-Konstanten für den Datei-Upload</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">
     Die Datei konnte nicht auf den Datenträger geschrieben werden.
     Der Wert der Konstanten ist <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">
     Eine PHP-Erweiterung hat den Datei-Upload gestoppt. PHP bietet keine
     Möglichkeit, herauszufinden, welche Erweiterung den Datei-Upload gestoppt
     hat; eine Untersuchung der Liste der geladenen Erweiterungen mit
     <span class="function"><a href="function.phpinfo.php" class="function">phpinfo()</a></span> könnte hilfreich sein.
     Der Wert der Konstanten ist <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">
     Die hochgeladene Datei überschreitet die im HTML-Formular angegebene
     Direktive <em>MAX_FILE_SIZE</em>.
     Der Wert der Konstanten ist <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">
     Die hochgeladene Datei überschreitet die Direktive
     <a href="ini.core.php#ini.upload-max-filesize" class="link">upload_max_filesize</a> der
     <var class="filename">php.ini</var>.
     Der Wert der Konstanten ist <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">
     Es wurde keine Datei hochgeladen.
    </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">
     Es fehlt ein temporäres Verzeichnis.
     Der Wert der Konstanten ist <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>
    </dt>
   <dd>
    <p class="para">
     Es ist kein Fehler aufgetreten, die Datei wurde erfolgreich hochgeladen.
     Der Wert der Konstanten ist <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">
     Die hochgeladene Datei wurde nur teilweise hochgeladen.
     Der Wert der Konstanten ist <code class="literal">3</code>.
    </p>
   </dd>
  
 </dl>
</div>
<?php manual_footer($setup); ?>