diff --git a/reference/ftp/functions/ftp-alloc.xml b/reference/ftp/functions/ftp-alloc.xml
index 79c7fb2762..0f28792634 100644
--- a/reference/ftp/functions/ftp-alloc.xml
+++ b/reference/ftp/functions/ftp-alloc.xml
@@ -9,9 +9,9 @@
&reftitle.description;
boolftp_alloc
- resourceftp_stream
- intfilesize
- stringresult
+ resourceftp
+ intsize
+ stringresponse&null;
Sends an ALLO command to the remote FTP server to
@@ -34,7 +34,7 @@
- ftp_stream
+ ftp
The link identifier of the FTP connection.
@@ -42,7 +42,7 @@
- filesize
+ size
The number of bytes to allocate.
@@ -50,11 +50,11 @@
- result
+ response
A textual representation of the servers response will be returned by
- reference in result if a variable is provided.
+ reference in response if a variable is provided.
@@ -107,7 +107,6 @@ ftp_close($conn_id);
-
-
ftp_append
@@ -12,8 +11,8 @@
boolftp_append
resourceftp
- stringremote_file
- stringlocal_file
+ stringremote_filename
+ stringlocal_filename
intmodeFTP_BINARY
@@ -36,7 +35,7 @@
- remote_file
+ remote_filename
@@ -44,7 +43,7 @@
- local_file
+ local_filename
@@ -70,7 +69,6 @@
-
-
+
ftp_exec
Requests execution of a command on the FTP server
@@ -9,7 +9,7 @@
&reftitle.description;
boolftp_exec
- resourceftp_stream
+ resourceftp
stringcommand
@@ -22,7 +22,7 @@
- ftp_stream
+ ftp
The link identifier of the FTP connection.
@@ -90,7 +90,6 @@ ftp_close($conn_id);
-
-
+
ftp_get_option
Retrieves various runtime behaviours of the current FTP stream
@@ -8,8 +8,8 @@
&reftitle.description;
- mixedftp_get_option
- resourceftp_stream
+ intboolftp_get_option
+ resourceftp
intoption
@@ -22,7 +22,7 @@
- ftp_stream
+ ftp
The link identifier of the FTP connection.
@@ -92,7 +92,6 @@ $timeout = ftp_get_option($conn_id, FTP_TIMEOUT_SEC);
-
-
+
ftp_set_option
Set miscellaneous runtime FTP options
@@ -9,9 +9,9 @@
&reftitle.description;
boolftp_set_option
- resourceftp_stream
+ resourceftp
intoption
- mixedvalue
+ intboolvalue
This function controls various runtime options for the specified FTP
@@ -23,7 +23,7 @@
- ftp_stream
+ ftp
The link identifier of the FTP connection.
@@ -115,7 +115,6 @@ ftp_set_option($conn_id, FTP_TIMEOUT_SEC, 10);
-