cortesi Sat Mar 23 12:27:43 2002 EDT
Modified files:
/phpdoc/en/functions ftp.xml
Log:
ftp is not a function name, so removing from example title
more uppercasing ftp
removing dots from refpurpose, where needed
Index: phpdoc/en/functions/ftp.xml
diff -u phpdoc/en/functions/ftp.xml:1.41 phpdoc/en/functions/ftp.xml:1.42
--- phpdoc/en/functions/ftp.xml:1.41 Fri Mar 22 17:18:47 2002
+++ phpdoc/en/functions/ftp.xml Sat Mar 23 12:27:43 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.41 $ -->
+<!-- $Revision: 1.42 $ -->
<reference id="ref.ftp">
<title>FTP functions</title>
<titleabbrev>FTP</titleabbrev>
@@ -24,7 +24,7 @@
</para>
<para>
<example>
- <title><function>ftp</function> example</title>
+ <title>FTP</title>
<programlisting>
<![CDATA[
<?php
@@ -36,7 +36,7 @@
// check connection
if ((!$conn_id) || (!$login_result)) {
- echo "Ftp connection has failed!";
+ echo "FTP connection has failed!";
echo "Attempted to connect to $ftp_server for user $ftp_user_name";
die;
} else {
@@ -48,7 +48,7 @@
// check upload status
if (!$upload) {
- echo "Ftp upload has failed!";
+ echo "FTP upload has failed!";
} else {
echo "Uploaded $source_file to $ftp_server as $destination_file";
}
@@ -222,7 +222,7 @@
<refentry id="function.ftp-nlist">
<refnamediv>
<refname>ftp_nlist</refname>
- <refpurpose>Returns a list of files in the given directory.</refpurpose>
+ <refpurpose>Returns a list of files in the given directory</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@@ -266,7 +266,7 @@
<refnamediv>
<refname>ftp_systype</refname>
<refpurpose>
- Returns the system type identifier of the remote FTP server.
+ Returns the system type identifier of the remote FTP server
</refpurpose>
</refnamediv>
<refsect1>
@@ -284,7 +284,7 @@
<refentry id="function.ftp-pasv">
<refnamediv>
<refname>ftp_pasv</refname>
- <refpurpose>Turns passive mode on or off.</refpurpose>
+ <refpurpose>Turns passive mode on or off</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@@ -309,7 +309,7 @@
<refentry id="function.ftp-get">
<refnamediv>
<refname>ftp_get</refname>
- <refpurpose>Downloads a file from the FTP server.</refpurpose>
+ <refpurpose>Downloads a file from the FTP server</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@@ -339,8 +339,7 @@
<refentry id="function.ftp-fget">
<refnamediv>
<refname>ftp_fget</refname>
- <refpurpose>Downloads a file from the FTP server and saves to an
- open file.</refpurpose>
+ <refpurpose>Downloads a file from the FTP server and saves to an open
+file</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@@ -367,7 +366,7 @@
<refentry id="function.ftp-put">
<refnamediv>
<refname>ftp_put</refname>
- <refpurpose>Uploads a file to the FTP server.</refpurpose>
+ <refpurpose>Uploads a file to the FTP server</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@@ -403,7 +402,7 @@
<refentry id="function.ftp-fput">
<refnamediv>
<refname>ftp_fput</refname>
- <refpurpose>Uploads from an open file to the FTP server.</refpurpose>
+ <refpurpose>Uploads from an open file to the FTP server</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@@ -430,7 +429,7 @@
<refentry id="function.ftp-size">
<refnamediv>
<refname>ftp_size</refname>
- <refpurpose>Returns the size of the given file.</refpurpose>
+ <refpurpose>Returns the size of the given file</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@@ -453,7 +452,7 @@
<refentry id="function.ftp-mdtm">
<refnamediv>
<refname>ftp_mdtm</refname>
- <refpurpose>Returns the last modified time of the given file.</refpurpose>
+ <refpurpose>Returns the last modified time of the given file</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@@ -482,7 +481,7 @@
<refentry id="function.ftp-rename">
<refnamediv>
<refname>ftp_rename</refname>
- <refpurpose>Renames a file on the ftp server.</refpurpose>
+ <refpurpose>Renames a file on the FTP server</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@@ -507,7 +506,7 @@
<refentry id="function.ftp-delete">
<refnamediv>
<refname>ftp_delete</refname>
- <refpurpose>Deletes a file on the ftp server.</refpurpose>
+ <refpurpose>Deletes a file on the FTP server</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@@ -529,7 +528,7 @@
<refentry id="function.ftp-site">
<refnamediv>
<refname>ftp_site</refname>
- <refpurpose>Sends a SITE command to the server.</refpurpose>
+ <refpurpose>Sends a SITE command to the server</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@@ -751,4 +750,3 @@
vim: et tw=78 syn=xml
vi: ts=1 sw=1
-->
-