mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Add union type to streamWrapper::stream_stat
Closes GH-485.
This commit is contained in:
parent
0a4dd74391
commit
c461c1fc7f
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>array</type><methodname>streamWrapper::stream_stat</methodname>
|
||||
<modifier>public</modifier> <type class="union"><type>array</type><type>false</type></type><methodname>streamWrapper::stream_stat</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue