Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 1225

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Context parameter listing</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="context.phar.html">Phar context options</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="wrappers.html">Supported Protocols and Wrappers</a></div>
 <div class="up"><a href="context.html">Context options and parameters</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="context.params" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Context parameters</h1>
  <p class="refpurpose"><span class="refname">Context parameters</span> &mdash; <span class="dc-title">Context parameter listing</span></p>

 </div>
 
 <div class="refsect1 description" id="refsect1-context.params-description">
  <h3 class="title">Description</h3>
  <p class="para">
   These <em>parameters</em> can be set on a <em>context</em>
   using the  <span class="function"><a href="function.stream-context-set-params.html" class="function">stream_context_set_params()</a></span> function.
  </p>
 </div>


 <div class="refsect1 options" id="refsect1-context.params-options">
  <h3 class="title">Parameters</h3>
  <p class="para">
   <dl>

    <dt id="context.params.notification">
     <span class="term">
      <em><code class="parameter">notification</code></em>
      <span class="type"><a href="language.types.callable.html" class="type callable">callable</a></span>
     </span>
     <dd>

      <p class="para">
       A <span class="type"><a href="language.types.callable.html" class="type callable">callable</a></span> to be called when an event occurs on a stream.
      </p>
      <p class="para">
       See <a href="function.stream-notification-callback.html" class="link">
       stream_notification_callback</a> for more details.
      </p>
     </dd>

    </dt>

   </dl>

  </p>
 </div>


</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="context.phar.html">Phar context options</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="wrappers.html">Supported Protocols and Wrappers</a></div>
 <div class="up"><a href="context.html">Context options and parameters</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>