mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- 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:
parent
dbf06df088
commit
4f3123a439
1 changed files with 24 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue