PHP:ftp_nlist()的用法 PHP
ftp_nlist
(PHP 4, PHP 5)
ftp_nlist — 返回给定目录的文件列表
说明
array ftp_nlist
( resource $ftp_stream
, string $directory
)
参数
ftp_stream
PHP:ftp_put()的用法 PHP
ftp_put
(PHP 4, PHP 5)
ftp_put — 上传文件到 FTP 服务器
说明
bool ftp_put
( resource $ftp_stream
, string $remote_file
, string $local_file
, int $mode
PHP:ftp_quit()的用法 PHP
ftp_quit
(PHP 4, PHP 5)
ftp_quit — ftp_close() 的 别名
说明
此函数是该函数的别名:
ftp_close()
PHP:ftp_raw()的用法 PHP
ftp_raw (PHP 5)
ftp_raw — 向 FTP 服务器发送命令 说明 array ftp_raw ( resource $ftp_stream , string $command ) 向 FTP 服务器发送任意 ...
PHP:ftp_rename()的用法 PHP
ftp_rename
(PHP 4, PHP 5)
ftp_rename — 更改 FTP 服务器上的文件或目录名
说明
bool ftp_rename
( resource $ftp_stream
, string $oldname
, string $newname
)
PHP:ftp_rmdir()的用法 PHP
ftp_rmdir
(PHP 4, PHP 5)
ftp_rmdir — 删除 FTP 服务器上的一个目录
说明
bool ftp_rmdir
( resource $ftp_stream
, string $directory
)
删除由参
PHP:ftp_set_option()的用法 PHP
ftp_set_option
(PHP 4 >= 4.2.0, PHP 5)
ftp_set_option — 设置各种 FTP 运行时选项
说明
bool ftp_set_option
( resource $ftp_stream
, int $option
, mixed $value
)
PHP:ftp_site()的用法 PHP
ftp_site (PHP 4, PHP 5)
ftp_site — 向服务器发送 SITE 命令 说明 bool ftp_site ( resource $ftp_stream , string $cmd ) ...
PHP:ftp_size()的用法 PHP
ftp_size (PHP 4, PHP 5)
ftp_size — 返回指定文件的大小 说明 int ftp_size ( resource $ftp_stream , string $remote_file ) ...
PHP:ftp_ssl_connect()的用法 PHP
ftp_ssl_connect
(PHP 4 >= 4.3.0, PHP 5)
ftp_ssl_connect — 打开 SSL-FTP 连接
说明
resource ftp_ssl_connect
( string $host
[, int $port = 21
[, int $timeout = 90
]] )