Added a note about using 'b' in Windows..

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@43771 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
foobar 2001-03-17 19:25:37 +00:00
parent 652d0df057
commit 395e19a49d

View file

@ -1563,6 +1563,13 @@ luigi florist it
configuration option will be ignored and no slashes will be
stripped from <parameter>string</parameter>.
</simpara>
<note>
<para>
On systems which differentiate between binary and text files
(i.e. Windows) the file must be opened with 'b' included in
<function>fopen</function> mode parameter.
</para>
</note>
<simpara>
See also <function>fread</function>, <function>fopen</function>,
<function>fsockopen</function>, <function>popen</function>, and