mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Another commit for mazzanet, fixing parts of #31567
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@177776 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7e76edf2d1
commit
77e09afc42
3 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<refentry id="function.ftp-get">
|
||||
<refnamediv>
|
||||
<refname>ftp_get</refname>
|
||||
|
@ -36,7 +36,7 @@
|
|||
<term><parameter>local_file</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The local file path.
|
||||
The local file path (will be overwritten if the file already exists).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<refentry id="function.ftp-nb-fget">
|
||||
<refnamediv>
|
||||
<refname>ftp_nb_fget</refname>
|
||||
|
@ -125,7 +125,7 @@ fclose($fp);
|
|||
<member><function>ftp_nb_get</function></member>
|
||||
<member><function>ftp_nb_continue</function></member>
|
||||
<member><function>ftp_fget</function></member>
|
||||
<member><function>ftp_fget</function></member>
|
||||
<member><function>ftp_get</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<refentry id="function.ftp-nb-get">
|
||||
<refnamediv>
|
||||
<refname>ftp_nb_get</refname>
|
||||
|
@ -41,7 +41,7 @@
|
|||
<term><parameter>local_file</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The local file path.
|
||||
The local file path (will be overwritten if the file already exists).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -173,7 +173,7 @@ while ($ret == FTP_MOREDATA) {
|
|||
<member><function>ftp_nb_fget</function></member>
|
||||
<member><function>ftp_nb_continue</function></member>
|
||||
<member><function>ftp_fget</function></member>
|
||||
<member><function>ftp_fget</function></member>
|
||||
<member><function>ftp_get</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue