mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fixes bug #66686
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333555 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9ec7249d57
commit
194726d595
1 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>array</type><methodname>ftp_rawlist</methodname>
|
||||
<type>mixed</type><methodname>ftp_rawlist</methodname>
|
||||
<methodparam><type>resource</type><parameter>ftp_stream</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>directory</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>recursive</parameter><initializer>false</initializer></methodparam>
|
||||
|
@ -53,7 +53,8 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns an array where each element corresponds to one line of text.
|
||||
Returns an array where each element corresponds to one line of text. Returns
|
||||
&false; when passed <parameter>directory</parameter> is invalid.
|
||||
</para>
|
||||
<para>
|
||||
The output is not parsed in any way. The system type identifier returned by
|
||||
|
|
Loading…
Reference in a new issue