svn: /phpdoc/ja/trunk/reference/stream/functions/ stream-select.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Wed, 01 Jul 2020 12:12:10 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=350096
Log:
Technical docs should state facts, not wishful thinking
Cf. <https://3v4l.org/4XVcU>.
Changed paths:
U phpdoc/ja/trunk/reference/stream/functions/stream-select.xml
Modified: phpdoc/ja/trunk/reference/stream/functions/stream-select.xml
===================================================================
--- phpdoc/ja/trunk/reference/stream/functions/stream-select.xml 2020-07-01 11:13:20 UTC (rev 350095)
+++ phpdoc/ja/trunk/reference/stream/functions/stream-select.xml 2020-07-01 12:12:10 UTC (rev 350096)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 308182 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 350095 Maintainer: hirokawa Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="function.stream-select" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>stream_select</refname>
@@ -65,14 +66,6 @@
<parameter>except</parameter> に変更が加えられます。
</para>
</note>
- <simpara>
- <function>stream_select</function> のすべてのパラメータに配列を
- 渡す必要はありません。代わりに
- そのままにしておくことも、空の配列を渡すことも、&null; を渡すことも
- できます。このとき、それらの変数は<emphasis>参照渡し</emphasis>で渡されるため、
- <function>stream_select</function> から戻った時点で変更されている
- 可能性があることに注意してください。
- </simpara>
</listitem>
</varlistentry>
<varlistentry>