mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Modify the ref.stream link a bit and clarify its meaning/use.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@113211 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6ac2aeb827
commit
4c2112e780
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- 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
|
||||
|
@ -44,8 +44,9 @@
|
|||
<para>
|
||||
<note>
|
||||
<para>
|
||||
Userland stream functions can be found in
|
||||
<xref linkend="ref.stream"/>.
|
||||
The functions in this chapter are for use in the PHP source code and
|
||||
are not PHP functions. Userland stream functions can be found in the
|
||||
<link linkend="ref.stream">Stream Reference</link>.
|
||||
</para>
|
||||
</note>
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue