<?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 => 'ja',
  ),
  'this' => 
  array (
    0 => 'context.phar.php',
    1 => 'Phar コンテキストオプション',
    2 => 'Phar コンテキストオプション一覧',
  ),
  'up' => 
  array (
    0 => 'context.php',
    1 => 'コンテキストオプションとパラメータ',
  ),
  'prev' => 
  array (
    0 => 'context.ssl.php',
    1 => 'SSL コンテキストオプション',
  ),
  'next' => 
  array (
    0 => 'context.params.php',
    1 => 'コンテキストパラメータ',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    '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); ?>