Additional reference per Wez

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@113317 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sara Golemon 2003-01-24 18:34:34 +00:00
parent 8be2193e8d
commit 7e92bff39d

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<!-- 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
@ -38,7 +38,8 @@
Streams can be cast (converted) into other types of file-handles, so that they
can be used with third-party libraries without a great deal of trouble. This
allows those libraries to access data directly from URL sources. If your
system has the <function>fopencookie</function> function, you can even
system has the <function>fopencookie</function> or
<function>funopen</function> function, you can even
pass any PHP stream to any library that uses ANSI stdio!
</para>
<para>