<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/langref.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'wrappers.php',
    1 => 'Unterst&uuml;tzte Protokolle und Wrapper',
    2 => 'Unterst&uuml;tzte Protokolle und Wrapper',
  ),
  'up' => 
  array (
    0 => 'langref.php',
    1 => 'Sprachreferenz',
  ),
  'prev' => 
  array (
    0 => 'context.zlib.php',
    1 => 'Zlib-Kontextoptionen',
  ),
  'next' => 
  array (
    0 => 'wrappers.file.php',
    1 => 'file://',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    'path' => 'language/wrappers.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/wrappers.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="wrappers" class="reference">
 <h1 class="title">Unterstützte Protokolle und Wrapper</h1>
 <div class="partintro">
  <p class="para">
   PHP bietet viele integrierte Wrapper für verschiedene Protokolle im 
   URL-Stil auf die so mit Dateisystem-Funktionen wie <span class="function"><a href="function.fopen.php" class="function">fopen()</a></span>,
   <span class="function"><a href="function.copy.php" class="function">copy()</a></span>, <span class="function"><a href="function.file-exists.php" class="function">file_exists()</a></span> und
   <span class="function"><a href="function.filesize.php" class="function">filesize()</a></span> zugegriffen werden. Zusätzlich zu diesen
   eingebauten Wrappern ist es auch möglich eigene mit Hilfe der
   <span class="function"><a href="function.stream-wrapper-register.php" class="function">stream_wrapper_register()</a></span> Funktion hinzuzufügen.
  </p>
  <blockquote class="note"><p><strong class="note">Hinweis</strong>: 
   <span class="simpara">
    Die zur Beschreibung eines Wrappers genutzte URL-Syntax unterstützt
    nur URLs der Form <code class="literal">schema://...</code> mit zwei Schrägstrichen. 
    Die <code class="literal">schema:/</code> und <code class="literal">schema:</code> Varianten
    werden nicht unterstützt.
   </span>
  </p></blockquote>
 </div>
 
 









 









 









 








 









 









 









 









 









 









 









 









 
<h2>Inhaltsverzeichnis</h2><ul class="chunklist chunklist_reference"><li><a href="wrappers.file.php">file://</a> — Zugriff auf das lokale Dateisystem</li><li><a href="wrappers.http.php">http://</a> — Zugriff auf HTTP(s)-URLs</li><li><a href="wrappers.ftp.php">ftp://</a> — Zugriff auf FTP(s)-URLs</li><li><a href="wrappers.php.php">php://</a> — Zugriff auf verschiedene I/O-Streams</li><li><a href="wrappers.compression.php">zlib://</a> — Komprimierungsstreams</li><li><a href="wrappers.data.php">data://</a> — Daten (RFC 2397)</li><li><a href="wrappers.glob.php">glob://</a> — Suche nach Pfadnamen, die einem Muster entsprechen</li><li><a href="wrappers.phar.php">phar://</a> — PHP-Archiv</li><li><a href="wrappers.ssh2.php">ssh2://</a> — Secure Shell 2</li><li><a href="wrappers.rar.php">rar://</a> — RAR</li><li><a href="wrappers.audio.php">ogg://</a> — Audio-Streams</li><li><a href="wrappers.expect.php">expect://</a> — Streams f&uuml;r die Interaktion mit Prozessen</li></ul>
</div>
<?php manual_footer($setup); ?>