mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed path and value parameters.
Fixes #64238. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329584 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b406ef56ae
commit
8dfe8448dd
1 changed files with 3 additions and 3 deletions
|
@ -11,9 +11,9 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>bool</type><methodname>streamWrapper::stream_metadata</methodname>
|
||||
<methodparam><type>int</type><parameter>path</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>path</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>option</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>var</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This method is called to set metadata on the stream. It is called when one of the following functions is called on a stream URL:
|
||||
|
@ -60,7 +60,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>arg1</parameter></term>
|
||||
<term><parameter>value</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
If <parameter>option</parameter> is
|
||||
|
|
Loading…
Reference in a new issue