mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixing part of bug #31567
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179629 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c997854a08
commit
c67cee82d2
2 changed files with 8 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<refentry id="function.ftp-nlist">
|
||||
<refnamediv>
|
||||
<refname>ftp_nlist</refname>
|
||||
|
@ -29,7 +29,10 @@
|
|||
<term><parameter>directory</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The listed directory.
|
||||
The directory to be listed. This parameter can also include arguments, eg.
|
||||
ftp_nlist($conn_id, "-la /your/dir");
|
||||
Note that this parameter isn't escaped so there may be some issues with
|
||||
filenames containing spaces and other characters.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<refentry id="function.ftp-site">
|
||||
<refnamediv>
|
||||
<refname>ftp_site</refname>
|
||||
|
@ -38,7 +38,8 @@
|
|||
<term><parameter>command</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The SITE command.
|
||||
The SITE command. Note that this parameter isn't escaped so there may
|
||||
be some issues with filenames containing spaces and other characters.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue