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
]] )
PHP:ftp_systype()的用法 PHP
ftp_systype (PHP 4, PHP 5)
ftp_systype — 返回远程 FTP 服务器的操作系统类型 说明 string ftp_systype ( resource $ftp_stream ) 返回...
PHP:ftp_rawlist()的用法 PHP
ftp_rawlist
(PHP 4, PHP 5)
ftp_rawlist — 返回指定目录下文件的详细列表
说明
array ftp_rawlist
( resource $ftp_stream
, string $directory
)
f
PHP:Memcached::add()的用法 PHP
Memcached::add
(PECL memcached >= 0.1.0)
Memcached::add — 向一个新的key下面增加一个元素
说明
public bool Memcached::add
( string $key
, mixed $value
[, int $ex