<?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 => 'uk',
  ),
  'this' => 
  array (
    0 => 'context.phar.php',
    1 => 'Опції контексту Phar',
    2 => 'Список опцій контексту Phar',
  ),
  'up' => 
  array (
    0 => 'context.php',
    1 => 'Опції та параметри контекстів',
  ),
  'prev' => 
  array (
    0 => 'context.ssl.php',
    1 => 'SSL context options',
  ),
  'next' => 
  array (
    0 => 'context.params.php',
    1 => 'Параметри контексту',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'uk',
    'path' => 'language/context/phar.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="context.phar" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Опції контексту Phar</h1>
  <p class="refpurpose"><span class="refname">Опції контексту Phar</span> &mdash; <span class="dc-title">Список опцій контексту Phar</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-context.phar-description">
  <h3 class="title">Опис</h3>
  <p class="para">
   Опції контексту для обгортки <code class="literal">phar://</code>.
  </p>
 </div>


 <div class="refsect1 options" id="refsect1-context.phar-options">
  <h3 class="title">Опції</h3>
  <p class="para">
   <dl>
    
     <dt id="context.phar.compress">
      <code class="parameter">compress</code>
      <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
     </dt>
     <dd>
      <p class="para">
       Одна з <a href="phar.constants.php#phar.constants.compression" class="link">констант стиснення Phar</a>.
      </p>
     </dd>
    
    
     <dt id="context.phar.metadata">
      <code class="parameter">metadata</code>
      <span class="type"><a href="language.types.mixed.php" class="type mixed">mixed</a></span>
     </dt>
     <dd>
      <p class="para">
       Метадані Phar. Докладніше: <span class="function"><a href="phar.setmetadata.php" class="function">Phar::setMetadata()</a></span>.
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-context.phar-seealso">
  <h3 class="title">Прогляньте також</h3>
  <p class="para">
   <ul class="simplelist">
    <li><a href="wrappers.phar.php" class="xref">phar://</a></li>
    <li><a href="phar.using.stream.php" class="link">Обгортки потоку Phar</a></li>
   </ul>
  </p>
 </div>


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