fixed typo

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351023 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Yoshinari Takaoka 2020-10-28 01:11:46 +00:00
parent 1017932869
commit 5222a1c1ed

View file

@ -41,7 +41,7 @@
<para>
On Windows, <function>popen</function> defaults to text mode, i.e. any <literal>\n</literal>
characters written to or read from the pipe will be translated to <literal>\r\n</literal>.
If this is not desired, binaray mode can be enforced by setting <parameter>mode</parameter>
If this is not desired, binary mode can be enforced by setting <parameter>mode</parameter>
to <literal>'rb'</literal> and <literal>'wb'</literal>, respectively.
</para>
</listitem>