<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/context.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'context.zlib.php',
    1 => 'Zlib 上下文选项',
    2 => 'Zlib 上下文选项列表',
  ),
  'up' => 
  array (
    0 => 'context.php',
    1 => '上下文（Context）选项和参数',
  ),
  'prev' => 
  array (
    0 => 'context.zip.php',
    1 => 'Zip 上下文选项',
  ),
  'next' => 
  array (
    0 => 'wrappers.php',
    1 => '支持的协议和封装协议',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'zh',
    'path' => 'language/context/zlib.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="context.zlib" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Zlib 上下文选项</h1>
  <p class="refpurpose"><span class="refname">Zlib 上下文选项</span> &mdash; <span class="dc-title">Zlib 上下文选项列表</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-context.zlib-description">
  <h3 class="title">说明</h3>
  <p class="para">
   Zlib 上下文选项可用于 <code class="literal">zlib</code> 封装协议。
  </p>
 </div>


 <div class="refsect1 options" id="refsect1-context.zlib-options">
  <h3 class="title">可选项</h3>
  <p class="para">
   <dl>
    
     <dt id="context.zlib.level"><code class="parameter">level</code></dt>
     <dd>
      <p class="para">
       用于指定压缩级别（<code class="literal">0</code> - <code class="literal">9</code>）。
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-context.zlib-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>7.3.0</td>
       <td>
        新增 <code class="parameter">level</code>。
       </td>
      </tr>

     </tbody>
    
   </table>

  </p>
 </div>


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