<?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 => 'ja',
  ),
  'this' => 
  array (
    0 => 'function.zip-entry-compressedsize.php',
    1 => 'zip_entry_compressedsize',
    2 => 'ディレクトリエントリの圧縮時のサイズを取得する',
  ),
  'up' => 
  array (
    0 => 'ref.zip.php',
    1 => 'Zip 関数',
  ),
  'prev' => 
  array (
    0 => 'function.zip-entry-close.php',
    1 => 'zip_entry_close',
  ),
  'next' => 
  array (
    0 => 'function.zip-entry-compressionmethod.php',
    1 => 'zip_entry_compressionmethod',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/zip/functions/zip-entry-compressedsize.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.zip-entry-compressedsize" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">zip_entry_compressedsize</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_compressedsize</span> &mdash; <span class="dc-title">ディレクトリエントリの圧縮時のサイズを取得する</span></p>

 </div>

 <div id="function.zip-entry-compressedsize-refsynopsisdiv">
   <div class="warning"><strong class="warning">警告</strong><p class="simpara">この関数は PHP 8.0.0 で
<em>非推奨</em>になります。この関数に頼らないことを強く推奨します。</p></div>
 </div>

 <div class="refsect1 description" id="refsect1-function.zip-entry-compressedsize-description">
  <h3 class="title">説明</h3>
  <div class="methodsynopsis dc-description">
   <span class="attribute"><a href="class.deprecated.php">#[\Deprecated]</a> </span><br>
   <span class="methodname"><strong>zip_entry_compressedsize</strong></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="type"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>

  <p class="para rdfs-comment">
   ディレクトリエントリの圧縮時のサイズを取得します。
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-function.zip-entry-compressedsize-parameters">
  <h3 class="title">パラメータ</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">zip_entry</code></dt>
     <dd>
      <p class="para">
       <span class="function"><a href="function.zip-read.php" class="function">zip_read()</a></span>により返されたディレクトリのエントリ
      </p>
     </dd>
    
   </dl>
  </p>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-function.zip-entry-compressedsize-returnvalues">
  <h3 class="title">戻り値</h3>
  <p class="para">
   圧縮後のサイズを返します。
   失敗した場合に <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> を返します
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-function.zip-entry-compressedsize-changelog">
  <h3 class="title">変更履歴</h3>
  <p class="para">
   <table class="doctable informaltable">
    
     <thead>
      <tr>
       <th>バージョン</th>
       <th>説明</th>
      </tr>

     </thead>

     <tbody class="tbody">
      <tr>
       <td>8.0.0</td>
       <td>
        この関数は非推奨になりました。オブジェクト指向のAPIを使うのが望ましいです。
        <span class="methodname"><a href="ziparchive.statindex.php" class="methodname">ZipArchive::statIndex()</a></span> を参照ください。
       </td>
      </tr>

     </tbody>
    
   </table>

  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.zip-entry-compressedsize-seealso">
  <h3 class="title">参考</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.zip-open.php" class="function" rel="rdfs-seeAlso">zip_open()</a> - Zip ファイルアーカイブをオープンする</span></li>
    <li><span class="function"><a href="function.zip-read.php" class="function" rel="rdfs-seeAlso">zip_read()</a> - Zip ファイルアーカイブの中の次のエントリを読み込む</span></li>
   </ul>
  </p>
 </div>


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