<?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 => 'ru',
  ),
  'this' => 
  array (
    0 => 'context.zlib.php',
    1 => 'Опции Zlib-контекста',
    2 => 'Список опций контекста модуля Zlib',
  ),
  'up' => 
  array (
    0 => 'context.php',
    1 => 'Опции и параметры контекста',
  ),
  'prev' => 
  array (
    0 => 'context.zip.php',
    1 => 'Опции Zip-контекста',
  ),
  'next' => 
  array (
    0 => 'wrappers.php',
    1 => 'Протоколы и обёртки',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ru',
    '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); ?>