git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125934 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Moriyoshi Koizumi 2003-05-05 23:59:20 +00:00
parent 1400237080
commit 881e4c0b9f

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- Author: Wez Furlong <wez@thebrainroom.com>
Please contact me before making any major amendments to the
content of this section. Splitting/Merging are fine if they are
@ -735,7 +735,7 @@
<note>
<simpara>
If you ask a socket based stream for a FILE*, the streams API will use <function>fdopen</function> to
create it for you. Be warned that doing do may cause data that was buffered in the streams layer to be
create it for you. Be warned that doing so may cause data that was buffered in the streams layer to be
lost if you intermix streams API calls with ANSI stdio calls.
</simpara>
</note>