pollita Fri Jan 24 13:34:34 2003 EDT Modified files: /phpdoc/en/chapters streams.xml Log: Additional reference per Wez Index: phpdoc/en/chapters/streams.xml diff -u phpdoc/en/chapters/streams.xml:1.5 phpdoc/en/chapters/streams.xml:1.6 --- phpdoc/en/chapters/streams.xml:1.5 Thu Jan 23 22:38:36 2003 +++ phpdoc/en/chapters/streams.xml Fri Jan 24 13:34:34 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- Author: Wez Furlong <[EMAIL PROTECTED]> 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>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php