mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fixed typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351023 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1017932869
commit
5222a1c1ed
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue