mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
some dots where left
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@74885 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c99c794176
commit
a3dda02cdf
1 changed files with 6 additions and 16 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.42 $ -->
|
||||
<!-- $Revision: 1.43 $ -->
|
||||
<reference id="ref.ftp">
|
||||
<title>FTP functions</title>
|
||||
<titleabbrev>FTP</titleabbrev>
|
||||
|
@ -241,9 +241,7 @@ ftp_close($conn_id);
|
|||
<refentry id="function.ftp-rawlist">
|
||||
<refnamediv>
|
||||
<refname>ftp_rawlist</refname>
|
||||
<refpurpose>
|
||||
Returns a detailed list of files in the given directory.
|
||||
</refpurpose>
|
||||
<refpurpose>Returns a detailed list of files in the given directory</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -265,9 +263,7 @@ ftp_close($conn_id);
|
|||
<refentry id="function.ftp-systype">
|
||||
<refnamediv>
|
||||
<refname>ftp_systype</refname>
|
||||
<refpurpose>
|
||||
Returns the system type identifier of the remote FTP server
|
||||
</refpurpose>
|
||||
<refpurpose>Returns the system type identifier of the remote FTP server</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -595,9 +591,7 @@ $upload = ftp_put($conn_id, $destination_file, $source_file, FTP_ASCII);
|
|||
<refentry id='function.ftp-exec'>
|
||||
<refnamediv>
|
||||
<refname>ftp_exec</refname>
|
||||
<refpurpose>
|
||||
Request execution of a program on the FTP server.
|
||||
</refpurpose>
|
||||
<refpurpose>Request execution of a program on the FTP server</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -617,9 +611,7 @@ $upload = ftp_put($conn_id, $destination_file, $source_file, FTP_ASCII);
|
|||
<refentry id='function.ftp-set-option'>
|
||||
<refnamediv>
|
||||
<refname>ftp_set_option</refname>
|
||||
<refpurpose>
|
||||
Set miscellaneous runtime FTP options.
|
||||
</refpurpose>
|
||||
<refpurpose>Set miscellaneous runtime FTP options</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -677,9 +669,7 @@ ftp_set_option($conn_id, FTP_TIMEOUT_SEC, 10);
|
|||
<refentry id='function.ftp-get-option'>
|
||||
<refnamediv>
|
||||
<refname>ftp_get_option</refname>
|
||||
<refpurpose>
|
||||
Retrieves various runtime behaviours of the current FTP stream.
|
||||
</refpurpose>
|
||||
<refpurpose>Retrieves various runtime behaviours of the current FTP stream</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
|
Loading…
Reference in a new issue