LOADING STUFF...

PHP:ftp_pasv()的用法_FTP函数

ftp_pasv (PHP 4, PHP 5) ftp_pasv — 返回当前 FTP 被动模式是否打开 说明 bool ftp_pasv ( resource $ftp_stream ...

PHP:ftp_nlist()的用法_FTP函数

ftp_nlist (PHP 4, PHP 5) ftp_nlist — 返回给定目录的文件列表 说明 array ftp_nlist ( resource $ftp_stream ...

PHP:ftp_put()的用法_FTP函数

ftp_put (PHP 4, PHP 5) ftp_put — 上传文件到 FTP 服务器 说明 bool ftp_put ( resource $ftp_stream , s...

PHP:ftp_quit()的用法_FTP函数

ftp_quit (PHP 4, PHP 5) ftp_quit — ftp_close() 的 别名 说明 此函数是该函数的别名: ftp_clo...

PHP:ftp_raw()的用法_FTP函数

ftp_raw (PHP 5) ftp_raw — 向 FTP 服务器发送命令 说明 array ftp_raw ( resource $ftp_stream , string ...

PHP:ftp_rename()的用法_FTP函数

ftp_rename (PHP 4, PHP 5) ftp_rename — 更改 FTP 服务器上的文件或目录名 说明 bool ftp_rename ( resource $ftp...

PHP:ftp_rmdir()的用法_FTP函数

ftp_rmdir (PHP 4, PHP 5) ftp_rmdir — 删除 FTP 服务器上的一个目录 说明 bool ftp_rmdir ( resource $ftp_stream...

PHP:ftp_site()的用法_FTP函数

ftp_site (PHP 4, PHP 5) ftp_site — 向服务器发送 SITE 命令 说明 bool ftp_site ( resource $ftp_stream , string $cmd )...

PHP:ftp_size()的用法_FTP函数

ftp_size (PHP 4, PHP 5) ftp_size — 返回指定文件的大小 说明 int ftp_size ( resource $ftp_stream , string $remote_fil...
1 214 215 216 217 218 352