Other typos

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126283 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Moriyoshi Koizumi 2003-05-08 20:47:13 +00:00
parent 58f87d3bee
commit b19d90a56f

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.14 $ -->
<!-- $Revision: 1.15 $ -->
<reference id="ref.stream">
<title>Stream functions</title>
<titleabbrev>Streams</titleabbrev>
@ -77,7 +77,7 @@
wrapper specific <literal>options</literal> which modify or enhance the
behavior of a stream. <literal>Contexts</literal> are created using
<function>stream_context_create</function> and can be passed to most
filesystem realted stream creation functions (i.e. <function>fopen</function>,
filesystem related stream creation functions (i.e. <function>fopen</function>,
<function>file</function>, <function>file_get_contents</function>, etc...).
</simpara>
<simpara>
@ -113,7 +113,7 @@
If a descriptive message is available from the stream, <parameter>message</parameter>
and <parameter>message_code</parameter> will be populated with the appropriate values.
The meaning of these values is dependant on the specific wrapper in use.
The meaning of these values is dependent on the specific wrapper in use.
<parameter>bytes_transferred</parameter> and <parameter>bytes_max</parameter> will
be populated when applicable.