mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
moved return value on failure description to "returnvalues" section.
This commit is contained in:
parent
7fd7a674de
commit
43ff877605
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns the type of the file referenced on success, or &false; on failure.
|
||||
Returns the type of the file referenced.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
|||
A <type>string</type> representing the type of the entry.
|
||||
May be one of <literal>file</literal>, <literal>link</literal>,
|
||||
<literal>dir</literal>, <literal>block</literal>, <literal>fifo</literal>,
|
||||
<literal>char</literal>, <literal>socket</literal>, or <literal>unknown</literal>
|
||||
<literal>char</literal>, <literal>socket</literal>, or <literal>unknown</literal>, or &false; on failure.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue