<?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.params.php',
    1 => 'コンテキストパラメータ',
    2 => 'コンテキストパラメータの一覧',
  ),
  'up' => 
  array (
    0 => 'context.php',
    1 => 'コンテキストオプションとパラメータ',
  ),
  'prev' => 
  array (
    0 => 'context.phar.php',
    1 => 'Phar コンテキストオプション',
  ),
  'next' => 
  array (
    0 => 'context.zip.php',
    1 => 'Zip コンテキストオプション',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'language/context/parameters.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="context.params" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">コンテキストパラメータ</h1>
  <p class="refpurpose"><span class="refname">コンテキストパラメータ</span> &mdash; <span class="dc-title">コンテキストパラメータの一覧</span></p>

 </div>
 
 <div class="refsect1 description" id="refsect1-context.params-description">
  <h3 class="title">説明</h3>
  <p class="para">
   これらの <code class="literal">パラメータ</code> を <code class="literal">コンテキスト</code>
   に設定するには <span class="function"><a href="function.stream-context-set-params.php" class="function">stream_context_set_params()</a></span>
   関数を使用します。
  </p>
 </div>


 <div class="refsect1 options" id="refsect1-context.params-options">
  <h3 class="title">パラメータ</h3>
  <p class="para">
   <dl>
    
     <dt id="context.params.notification">
      <code class="parameter">notification</code>
      <span class="type"><a href="language.types.callable.php" class="type callable">callable</a></span>
     </dt>
     <dd>
      <p class="para">
       イベントがストリーム上で発生したときにコールされる <span class="type"><a href="language.types.callable.php" class="type callable">callable</a></span>。
      </p>
      <p class="para">
       詳細は <a href="function.stream-notification-callback.php" class="link">
       stream_notification_callback</a> を参照ください。
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


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