<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/wrappers.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'wrappers.phar.php',
    1 => 'phar://',
    2 => 'PHP-Archiv',
  ),
  'up' => 
  array (
    0 => 'wrappers.php',
    1 => 'Unterst&uuml;tzte Protokolle und Wrapper',
  ),
  'prev' => 
  array (
    0 => 'wrappers.glob.php',
    1 => 'glob://',
  ),
  'next' => 
  array (
    0 => 'wrappers.ssh2.php',
    1 => 'ssh2://',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    'path' => 'language/wrappers/phar.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="wrappers.phar" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">phar://</h1>
  <p class="refpurpose"><span class="refname">phar://</span> &mdash; <span class="dc-title">PHP-Archiv</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-wrappers.phar-description">
  <h3 class="title">Beschreibung</h3>
  
  <p class="simpara">
   Der Stream-Wrapper <var class="filename">phar://</var>.
   Eine ausführliche Beschreibung ist unter
   <a href="phar.using.stream.php" class="link">Phar-Stream-Wrapper</a> zu finden.
  </p>
 </div>


 <div class="refsect1 usage" id="refsect1-wrappers.phar-usage"> 
  <h3 class="title">Verwendung</h3>
  <ul class="itemizedlist">
   <li class="listitem"><span class="simpara"><var class="filename">phar://</var></span></li>
  </ul>
 </div>
 

 <div class="refsect1 options" id="refsect1-wrappers.phar-options">
  <h3 class="title">Optionen</h3>
  <p class="para">
   <table class="doctable table">
    <caption><strong>Zusammenfassung des Wrappers</strong></caption>
    
     <thead>
      <tr>
       <th>Eigenschaft</th>
       <th>wird unterstützt</th>
      </tr>

     </thead>

     <tbody class="tbody">
      <tr>
       <td>Eingeschränkt durch <a href="filesystem.configuration.php#ini.allow-url-fopen" class="link">allow_url_fopen</a></td>
       <td>Nein</td>
      </tr>

      <tr>
       <td>Eingeschränkt durch <a href="filesystem.configuration.php#ini.allow-url-include" class="link">allow_url_include</a></td>
       <td>Nein</td>
      </tr>

      <tr>
       <td>Erlaubt Lesen</td>
       <td>Ja</td>
      </tr>

      <tr>
       <td>Erlaubt Schreiben</td>
       <td>Ja</td>
      </tr>

      <tr>
       <td>Erlaubt Anfügen</td>
       <td>Nein</td>
      </tr>

      <tr>
       <td>Erlaubt gleichzeitiges Lesen und Schreiben</td>
       <td>Ja</td>
      </tr>

      <tr>
       <td>Unterstützt <span class="function"><a href="function.stat.php" class="function">stat()</a></span></td>
       <td>Ja</td>
      </tr>

      <tr>
       <td>Unterstützt <span class="function"><a href="function.unlink.php" class="function">unlink()</a></span></td>
       <td>Ja</td>
      </tr>

      <tr>
       <td>Unterstützt <span class="function"><a href="function.rename.php" class="function">rename()</a></span></td>
       <td>Ja</td>
      </tr>

      <tr>
       <td>Unterstützt <span class="function"><a href="function.mkdir.php" class="function">mkdir()</a></span></td>
       <td>Ja</td>
      </tr>

      <tr>
       <td>Unterstützt <span class="function"><a href="function.rmdir.php" class="function">rmdir()</a></span></td>
       <td>Ja</td>
      </tr>

     </tbody>
    
   </table>

  </p>
 </div>
 

 <div class="refsect1 seealso" id="refsect1-wrappers.phar-seealso">
  <h3 class="title">Siehe auch</h3>
  <ul class="simplelist">
   <li><a href="context.phar.php" class="xref">Phar Kontextoptionen</a></li>
  </ul>
 </div>


</div><?php manual_footer($setup); ?>