Our source is open
The syntax highlighted source is automatically generated by PHP from
the plaintext script.
If you're interested in what's behind the several functions we
used, you can always take a look at the source of the following files:
Of course, if you want to see the source
of this page, we have it available.
You can also browse the SVN repository for this website on
svn.php.net.
Source of: /manual/en/context.params.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = 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 => 'en',
),
'this' =>
array (
0 => 'context.params.php',
1 => 'Context parameters',
),
'up' =>
array (
0 => 'context.php',
1 => 'Context options and parameters',
),
'prev' =>
array (
0 => 'context.phar.php',
1 => 'Phar context options',
),
'next' =>
array (
0 => 'security.php',
1 => 'Security',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="context.params" class="refentry">
<div class="refnamediv">
<h1 class="refname">Context parameters</h1>
<p class="refpurpose"><span class="refname">Context parameters</span> — <span class="dc-title">Context parameter listing</span></p>
</div>
<a name="context.params.description"></a><div class="refsect1 description">
<h3 class="title">Description</h3>
<p class="para">
These <i>parameters</i> can be set on a <i>context</i>
using the <a href="function.stream-context-set-params.php" class="function">stream_context_set_params()</a> function.
</p>
</div>
<a name="context.params.options"></a><div class="refsect1 options">
<h3 class="title">Options</h3>
<p class="para">
</p><dl>
<dt id="context.params.notification" class="varlistentry">
<span class="term">
<i><tt class="parameter">notification</tt></i>
<a href="language.pseudo-types.php#language.types.callback" class="type callback">callback</a>
</span>
</dt><dd class="listitem">
<p class="para">
A <a href="language.pseudo-types.php#language.types.callback" class="type callback">callback</a> to be called when an event occurs on a stream.
</p>
<p class="para">
See <a href="function.stream-notification-callback.php" class="function">stream_notification_callback()</a> for more details.
</p>
</dd>
</dl>
<p>
</p>
</div>
</div><?php manual_footer(); ?>