mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
streamWrapper::stream_open()'s $opened_path must be nullable
Based on PR #753.
This commit is contained in:
parent
44262a5c76
commit
ab8bf7a2cd
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
<methodparam><type>string</type><parameter>path</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>mode</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>options</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter role="reference">opened_path</parameter></methodparam>
|
||||
<methodparam><type class="union"><type>string</type><type>null></type></type><parameter role="reference">opened_path</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This method is called immediately after the wrapper is initialized (f.e. by
|
||||
|
|
Loading…
Reference in a new issue