<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.fileinfo.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'fileinfo.constants.php',
    1 => 'Vordefinierte Konstanten',
    2 => 'Vordefinierte Konstanten',
  ),
  'up' => 
  array (
    0 => 'book.fileinfo.php',
    1 => 'Fileinfo',
  ),
  'prev' => 
  array (
    0 => 'fileinfo.resources.php',
    1 => 'Ressource-Typen',
  ),
  'next' => 
  array (
    0 => 'ref.fileinfo.php',
    1 => 'Fileinfo Funktionen',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    'path' => 'reference/fileinfo/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="fileinfo.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.fileinfo-none">
    <strong><code><a href="fileinfo.constants.php#constant.fileinfo-none">FILEINFO_NONE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Keine spezielle Fehlerbehandlung.
    </span>
   </dd>
  
  
   <dt id="constant.fileinfo-symlink">
    <strong><code><a href="fileinfo.constants.php#constant.fileinfo-symlink">FILEINFO_SYMLINK</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Folge symlinks.
    </span>
   </dd>
  
  
   <dt id="constant.fileinfo-mime-type">
    <strong><code><a href="fileinfo.constants.php#constant.fileinfo-mime-type">FILEINFO_MIME_TYPE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Gibt den MIME-Typ zurück.
    </span>
   </dd>
  
  
   <dt id="constant.fileinfo-mime-encoding">
    <strong><code><a href="fileinfo.constants.php#constant.fileinfo-mime-encoding">FILEINFO_MIME_ENCODING</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Gibt die MIME-Kodierung der Datei zurück.
    </span>
   </dd>
  
  
   <dt id="constant.fileinfo-mime">
    <strong><code><a href="fileinfo.constants.php#constant.fileinfo-mime">FILEINFO_MIME</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Gibt den MIME-Typ und die MIME-Kodierung gemäß RFC 2045 zurück.
    </span>
   </dd>
  
  
   <dt id="constant.fileinfo-compress">
    <strong><code><a href="fileinfo.constants.php#constant.fileinfo-compress">FILEINFO_COMPRESS</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Dekomprimiert komprimierte Dateien.
    </span>
    <span class="simpara">
     Deaktiviert aufgrund von Fragen bei der Thread-Sicherheit.
    </span>
   </dd>
  
  
   <dt id="constant.fileinfo-devices">
    <strong><code><a href="fileinfo.constants.php#constant.fileinfo-devices">FILEINFO_DEVICES</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Schaut auf Inhalte von Blöcken oder Chatacter-Spezialgeräte.
    </span>
   </dd>
  
  
   <dt id="constant.fileinfo-continue">
    <strong><code><a href="fileinfo.constants.php#constant.fileinfo-continue">FILEINFO_CONTINUE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Gibt alle Übereinstimmungen zurück; nicht bloß die erste.
    </span>
   </dd>
  
  
   <dt id="constant.fileinfo-preserve-atime">
    <strong><code><a href="fileinfo.constants.php#constant.fileinfo-preserve-atime">FILEINFO_PRESERVE_ATIME</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Behält falls möglich die ursprüngliche Zugriffszeit bei.
    </span>
   </dd>
  
  
   <dt id="constant.fileinfo-raw">
    <strong><code><a href="fileinfo.constants.php#constant.fileinfo-raw">FILEINFO_RAW</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Übersetzt nicht druckbare Buchstaben nicht in eine oktale
     <code class="literal">\ooo</code>-Darstellung.
    </span>
   </dd>
  
  
   <dt id="constant.fileinfo-extension">
    <strong><code><a href="fileinfo.constants.php#constant.fileinfo-extension">FILEINFO_EXTENSION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Liefert die passende Dateierweiterung zum erkannten MIME-Typen der Datei.
    </span>
    <span class="simpara">
     Für Typen, die üblicherweise mehrere Dateierweiterungen haben, wie
     <code class="literal">JPEG</code>-Bilder, enthält der Rückgabewert mehrere durch
     Schrägstriche getrennte Erweiterungen, z. B.:
     <code class="literal">&quot;jpeg/jpg/jpe/jfif&quot;</code>. Für unbekannte Typen, die nicht in
     der <var class="filename">magic.mime</var> Datenbank verfügbar sind, ist der
     Rückgabewert <code class="literal">&quot;???&quot;</code>.
    </span>
    <span class="simpara">
     Verfügbar seit PHP 7.2.0.
    </span>
   </dd>
  
  
   <dt id="constant.fileinfo-apple">
    <strong><code><a href="fileinfo.constants.php#constant.fileinfo-apple">FILEINFO_APPLE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Gibt den Apple-Ersteller und -Typ zurück.
    </span>
   </dd>
  
 </dl>
</div>
<?php manual_footer($setup); ?>