sniper Sat Mar 17 11:25:37 2001 EDT
Modified files:
/phpdoc/en/functions filesystem.xml
Log:
Added a note about using 'b' in Windows..
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.55 phpdoc/en/functions/filesystem.xml:1.56
--- phpdoc/en/functions/filesystem.xml:1.55 Wed Mar 7 15:15:13 2001
+++ phpdoc/en/functions/filesystem.xml Sat Mar 17 11:25:37 2001
@@ -1563,6 +1563,13 @@
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