<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.zip.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'function.zip-entry-open.php',
    1 => 'zip_entry_open',
    2 => '&Ouml;ffnet einen Verzeichniseintrag f&uuml;r den Lesezugriff',
  ),
  'up' => 
  array (
    0 => 'ref.zip.php',
    1 => 'Zip Funktionen',
  ),
  'prev' => 
  array (
    0 => 'function.zip-entry-name.php',
    1 => 'zip_entry_name',
  ),
  'next' => 
  array (
    0 => 'function.zip-entry-read.php',
    1 => 'zip_entry_read',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    'path' => 'reference/zip/functions/zip-entry-open.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.zip-entry-open" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">zip_entry_open</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.1.0, PHP 5 &gt;= 5.2.0, PHP 7, PHP 8, PECL zip &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">zip_entry_open</span> &mdash; <span class="dc-title">Öffnet einen Verzeichniseintrag für den Lesezugriff</span></p>

 </div>

 <div id="function.zip-entry-open-refsynopsisdiv">
  <div class="warning"><strong class="warning">Warnung</strong><p class="simpara">Diese Funktion ist seit
PHP 8.0.0 als <em>DEPRECATED</em> (veraltet) markiert. Von der
Verwendung dieser Funktion wird dringend abgeraten.</p></div>
 </div>

 <div class="refsect1 description" id="refsect1-function.zip-entry-open-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="attribute"><a href="class.deprecated.php">#[\Deprecated]</a> </span><br>
   <span class="methodname"><strong>zip_entry_open</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$zip_dp</code></span>, <span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$zip_entry</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$mode</code><span class="initializer"> = &quot;rb&quot;</span></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   Öffnet einen Verzeichniseintrag für den Lesezugriff.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.zip-entry-open-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">zip_dp</code></dt>
     <dd>
      <p class="para">
       Ein valides Ressource-Handle, das von der <span class="function"><a href="function.zip-open.php" class="function">zip_open()</a></span>
       zurückgegeben wurde.
      </p>
     </dd>
    
    
     <dt><code class="parameter">zip_entry</code></dt>
     <dd>
      <p class="para">
       Ein Verzeichniseintrag, der von <span class="function"><a href="function.zip-read.php" class="function">zip_read()</a></span>
       zurückgegeben wurde.
      </p>
     </dd>
    
    
     <dt><code class="parameter">mode</code></dt>
     <dd>
      <p class="para">
       Einer der in der Dokumentation zu <span class="function"><a href="function.fopen.php" class="function">fopen()</a></span> angegebenen
       Modi.
      </p>
      <blockquote class="note"><p><strong class="note">Hinweis</strong>: 
       <p class="para">
        Derzeit wird <code class="parameter">mode</code> ignoriert und statt dessen
        standardmäßig <code class="literal">&quot;rb&quot;</code> verwendet. Dies ist dadurch
        bedingt, dass der ZIP-Support in PHP nur den Nur-Lesen-Modus
        unterstützt.
       </p>
      </p></blockquote>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.zip-entry-open-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">
   Gibt bei Erfolg <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> zurück. Bei einem Fehler wird <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> zurückgegeben.
  </p>
  <blockquote class="note"><p><strong class="note">Hinweis</strong>: 
   <p class="para">
    Im Gegensatz zu <span class="function"><a href="function.fopen.php" class="function">fopen()</a></span> und vergleichbaren Funktionen
    zeigt der Rückgabewert von <span class="function"><strong>zip_entry_open()</strong></span> nur das
    Gelingen an und wird nicht für weitere Operationen benötigt.
   </p>
  </p></blockquote>
 </div>


 <div class="refsect1 changelog" id="refsect1-function.zip-entry-open-changelog">
  <h3 class="title">Changelog</h3>
  <p class="para">
   <table class="doctable informaltable">
    
     <thead>
      <tr>
       <th>Version</th>
       <th>Beschreibung</th>
      </tr>

     </thead>

     <tbody class="tbody">
      <tr>
       <td>8.0.0</td>
       <td>
        Diese Funktion ist zugunsten der Objekt-API missbilligt.
       </td>
      </tr>

     </tbody>
    
   </table>

  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.zip-entry-open-seealso">
  <h3 class="title">Siehe auch</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.zip-entry-close.php" class="function" rel="rdfs-seeAlso">zip_entry_close()</a> - Schlie&szlig;t einen Verzeichniseintrag</span></li>
    <li><span class="function"><a href="function.zip-entry-read.php" class="function" rel="rdfs-seeAlso">zip_entry_read()</a> - Liest einen ge&ouml;ffneten Verzeichniseintrag aus</span></li>
   </ul>
  </p>
 </div>


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