1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-26 16:12:17 +01:00
Files
archived-doc-ja/language/context/parameters.xml
Yoshinari Takaoka 044db490a1 Updated EN-Revision only
skip-revcheck が効いてない。迷惑
2024-06-15 19:17:38 +09:00

66 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 8bc832a464e33122e8129f5a623bd845b69fa7e0 Maintainer: takagi Status: ready -->
<refentry xml:id="context.params" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" annotations="verify_info:false" role="stream_context_option">
<refnamediv>
<refname>コンテキストパラメータ</refname>
<refpurpose>コンテキストパラメータの一覧</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<para>
これらの <literal>パラメータ</literal><literal>コンテキスト</literal>
に設定するには <function>stream_context_set_params</function>
関数を使用します。
</para>
</refsect1>
<refsect1 role="options"><!-- {{{ -->
&reftitle.parameters;
<para>
<variablelist>
<varlistentry xml:id="context.params.notification">
<term>
<parameter>notification</parameter>
<type>callable</type>
</term>
<listitem>
<para>
イベントがストリーム上で発生したときにコールされる <type>callable</type>
</para>
<para>
詳細は <link linkend="function.stream-notification-callback">
stream_notification_callback</link> を参照ください。
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1><!-- }}} -->
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->