- document some extra elements of stream_get_meta_data

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153519 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Derick Rethans 2004-03-12 16:02:14 +00:00
parent dbf06df088
commit 4f3123a439

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.stream-get-meta-data">
<refnamediv>
<refname>stream_get_meta_data</refname>
@ -95,6 +95,29 @@
linkend="ref.sockets">Socket extension</link>.
</simpara>
</note>
<simpara>
The following items were added in PHP 5.0:
</simpara>
<itemizedlist>
<listitem>
<para>
<parameter>mode</parameter> (string) - the mode (or permissions) of the
URI associated with this stream.
</para>
</listitem>
<listitem>
<para>
<parameter>seakable</parameter> (bool) - whether the current stream can
be seeked in.
</para>
</listitem>
<listitem>
<para>
<parameter>uri</parameter> (string) - the URI/filename associated with this
stream.
</para>
</listitem>
</itemizedlist>
</refsect1>
</refentry>