sean Wed May 11 15:51:48 2005 EDT
Modified files:
/phpdoc/en/reference/stream/functions stream-get-meta-data.xml
Log:
fixed incorrect 'mode' description (thanks Wez), typos in seekable
http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-get-meta-data.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/stream/functions/stream-get-meta-data.xml
diff -u phpdoc/en/reference/stream/functions/stream-get-meta-data.xml:1.7
phpdoc/en/reference/stream/functions/stream-get-meta-data.xml:1.8
--- phpdoc/en/reference/stream/functions/stream-get-meta-data.xml:1.7 Thu Nov
11 11:19:59 2004
+++ phpdoc/en/reference/stream/functions/stream-get-meta-data.xml Wed May
11 15:51:45 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry id="function.stream-get-meta-data">
<refnamediv>
<refname>stream_get_meta_data</refname>
@@ -107,14 +107,15 @@
<itemizedlist>
<listitem>
<para>
- <parameter>mode</parameter> (string) - the mode (or permissions) of the
- URI associated with this stream.
+ <parameter>mode</parameter> (string) - the type of access required for
+ this stream (see Table 1 of the <link
+ linkend="function.fopen">fopen()</link> reference)
</para>
</listitem>
<listitem>
<para>
- <parameter>seakable</parameter> (bool) - whether the current stream can
- be seeked in.
+ <parameter>seekable</parameter> (bool) - whether the current stream can
+ be seeked.
</para>
</listitem>
<listitem>