summaryrefslogtreecommitdiff
path: root/ext/ftp/php_ftp.h
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2003-01-31 04:54:57 +0000
committerSara Golemon <pollita@php.net>2003-01-31 04:54:57 +0000
commit81797baed4386e726b79aaa99f7fb4887d8d9348 (patch)
tree471206b0d91acf8230ff87dafb5bbeaf4b39ee71 /ext/ftp/php_ftp.h
parentff605d071f2c9b98c0c307371c0f822aded002e6 (diff)
downloadphp-git-81797baed4386e726b79aaa99f7fb4887d8d9348.tar.gz
Add ftp_raw() to send raw command strings to an FTP server.
Diffstat (limited to 'ext/ftp/php_ftp.h')
-rw-r--r--ext/ftp/php_ftp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ftp/php_ftp.h b/ext/ftp/php_ftp.h
index f203987b23..47e5ba1b34 100644
--- a/ext/ftp/php_ftp.h
+++ b/ext/ftp/php_ftp.h
@@ -43,6 +43,7 @@ PHP_FUNCTION(ftp_pwd);
PHP_FUNCTION(ftp_cdup);
PHP_FUNCTION(ftp_chdir);
PHP_FUNCTION(ftp_exec);
+PHP_FUNCTION(ftp_raw);
PHP_FUNCTION(ftp_mkdir);
PHP_FUNCTION(ftp_rmdir);
PHP_FUNCTION(ftp_chmod);