mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
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:
parent
652d0df057
commit
395e19a49d
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue