分类: PHP全中文文档
PHP全中文文档,包含PHP函数,常用语法,计算机术语
-
评论(0)
顶(3)计算机术语辞典---C (2004-12-08 19:00)
计算机术语辞典---C,所有与C有关的计算机术语 -
评论(0)
顶(5)计算机术语辞典---B (2004-12-08 18:44)
计算机术语辞典---B,包含所有以B字头的术语 -
评论(1)
顶(0)计算机术语辞典---A (2004-12-08 18:29)
所有以A字头的计算机术语 -
评论(0)
顶(3)函数:ftp_connect() (2004-12-03 23:59)
ftp_connect
打开 FTP 链接。
语法: int ftp_connect(string host, int [port]);
-
评论(0)
顶(1)函数:ftp_login() (2004-12-03 23:58)
ftp_login
登入 FTP 服务器。
语法: boolean ftp_login(int ftp_stream, string username, string password);
-
评论(0)
顶(1)函数:ftp_pwd() (2004-12-03 23:58)
ftp_pwd
取得目前所在路径。
语法: string ftp_pwd(int ftp_stream);
-
评论(0)
顶(0)函数:ftp_cdup() (2004-12-03 23:57)
ftp_cdup
回上层目录。
语法: boolean ftp_cdup(int ftp_stream);
-
评论(0)
顶(0)函数:ftp_chdir() (2004-12-03 23:56)
ftp_chdir
改变路径。
语法: boolean ftp_chdir(int ftp_stream, string directory);
-
评论(1)
顶(0)函数:ftp_mkdir() (2004-12-03 23:56)
ftp_mkdir
建新目录。
语法: string ftp_mkdir(int ftp_stream, string directory);
-
评论(0)
顶(0)函数:ftp_rmdir() (2004-12-03 23:56)
ftp_rmdir
删除目录。
语法: boolean ftp_chdir(int ftp_stream, string directory);
-
评论(0)
顶(0)函数:ftp_nlist() (2004-12-03 23:55)
ftp_nlist
列出指定目录中所有文件。
语法: array ftp_nlist(int ftp_stream, string directory);
-
评论(0)
顶(0)函数:ftp_rawlist() (2004-12-03 23:55)
ftp_rawlist
详细列出指定目录中所有文件。
语法: array ftp_rawlist(int ftp_stream, string directory);
-
评论(0)
顶(0)函数:ftp_systype() (2004-12-03 23:54)
ftp_systype
显示服务器系统。
语法: string ftp_systype(int ftp_stream);
-
评论(0)
顶(1)函数:ftp_pasv() (2004-12-03 23:49)
ftp_pasv
切换主被动传输模式。
语法: boolean ftp_systype(int ftp_stream);
-
评论(0)
顶(0)函数:ftp_get() (2004-12-03 23:49)
ftp_get
下载文件。
语法: boolean ftp_get(int ftp_stream, string local_file, string remote_file, int mode);
-
评论(0)
顶(0)函数:ftp_fget() (2004-12-03 23:49)
ftp_fget
下载文件,并存在已开的文件中。
语法: boolean ftp_fget(int ftp_stream, int fp, string remote_file, int mode);
-
评论(0)
顶(1)函数:ftp_put() (2004-12-03 23:48)
ftp_put
上传文件。
语法: boolean ftp_put(int ftp_stream, string remote_file, string local_file, int mode);
-
评论(0)
顶(0)函数:ftp_fput() (2004-12-03 23:48)
ftp_fput
上传已打开文件。
语法: boolean ftp_fput(int ftp_stream, string remote_file, int fp, int mode);
-
评论(0)
顶(0)函数:ftp_size() (2004-12-03 23:48)
ftp_size
获得指定文件的大小。
语法: int ftp_size(int ftp_stream, string remote_file);
-
评论(0)
顶(0)函数:ftp_mdtm() (2004-12-03 23:46)
ftp_mdtm
获得指定文件的最后修改时间。
语法: int ftp_mdtm(int ftp_stream, string remote_file);
- 暂无数据




