mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
typo. closing bug #19262
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@94855 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
eaa392243b
commit
a77ea158cf
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- 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
|
||||
|
@ -36,7 +36,7 @@
|
|||
</para>
|
||||
<para>
|
||||
Streams can be cast (converted) into other types of file-handles, so that they
|
||||
can be used with third-pary libraries without a great deal of trouble. This
|
||||
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
|
||||
pass any PHP stream to any library that uses ANSI stdio!
|
||||
|
|
Loading…
Reference in a new issue