reference/stream/streamwrapper/url-stat.xml
f80105b4fc1196bd8d5fecb98d686b580b1ff65d
...
...
@@ -10,7 +10,7 @@
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
12
<methodsynopsis>
13
-
<modifier>public</modifier> <type>array</type><methodname>streamWrapper::url_stat</methodname>
13
+
<modifier>public</modifier> <type class="union"><type>array</type><type>false</type></type><methodname>streamWrapper::url_stat</methodname>
14
14
<methodparam><type>string</type><parameter>path</parameter></methodparam>
15
15
<methodparam><type>int</type><parameter>flags</parameter></methodparam>
16
16
</methodsynopsis>
...
...
@@ -118,10 +118,11 @@
118
118
<refsect1 role="returnvalues">
119
119
&reftitle.returnvalues;
120
120
<para>
121
-
Should return as many elements as <function>stat</function> does.
121
+
Should return an &array; with the same elements as <function>stat</function> does.
122
122
Unknown or unavailable values should be set to a rational value
123
-
(usually <constant>0</constant>). Pay special attention to
123
+
(usually <literal>0</literal>). Special attention should be payed to
124
124
<literal>mode</literal> as documented under <function>stat</function>.
125
+
Should return &false; on failure.
125
126
</para>
126
127
</refsect1>
127
128

128
129