-
函数:ftp_pwd() (2004-12-03 15:58)
ftp_pwd
取得目前所在路径。
语法: string ftp_pwd(int ftp_stream);
-
函数:ftp_cdup() (2004-12-03 15:57)
ftp_cdup
回上层目录。
语法: boolean ftp_cdup(int ftp_stream);
-
函数:ftp_chdir() (2004-12-03 15:56)
ftp_chdir
改变路径。
语法: boolean ftp_chdir(int ftp_stream, string directory);
-
函数:ftp_mkdir() (2004-12-03 15:56)
ftp_mkdir
建新目录。
语法: string ftp_mkdir(int ftp_stream, string directory);
-
函数:ftp_rmdir() (2004-12-03 15:56)
ftp_rmdir
删除目录。
语法: boolean ftp_chdir(int ftp_stream, string directory);
-
函数:ftp_nlist() (2004-12-03 15:55)
ftp_nlist
列出指定目录中所有文件。
语法: array ftp_nlist(int ftp_stream, string directory);
-
函数:ftp_rawlist() (2004-12-03 15:55)
ftp_rawlist
详细列出指定目录中所有文件。
语法: array ftp_rawlist(int ftp_stream, string directory);
-
函数:ftp_systype() (2004-12-03 15:54)
ftp_systype
显示服务器系统。
语法: string ftp_systype(int ftp_stream);
-
函数:ftp_pasv() (2004-12-03 15:49)
ftp_pasv
切换主被动传输模式。
语法: boolean ftp_systype(int ftp_stream);
-
函数:ftp_get() (2004-12-03 15:49)
ftp_get
下载文件。
语法: boolean ftp_get(int ftp_stream, string local_file, string remote_file, int mode);
-
函数:ftp_fget() (2004-12-03 15:49)
ftp_fget
下载文件,并存在已开的文件中。
语法: boolean ftp_fget(int ftp_stream, int fp, string remote_file, int mode);
-
函数:ftp_put() (2004-12-03 15:48)
ftp_put
上传文件。
语法: boolean ftp_put(int ftp_stream, string remote_file, string local_file, int mode);
-
函数:ftp_fput() (2004-12-03 15:48)
ftp_fput
上传已打开文件。
语法: boolean ftp_fput(int ftp_stream, string remote_file, int fp, int mode);
-
函数:ftp_size() (2004-12-03 15:48)
ftp_size
获得指定文件的大小。
语法: int ftp_size(int ftp_stream, string remote_file);
-
函数:ftp_mdtm() (2004-12-03 15:46)
ftp_mdtm
获得指定文件的最后修改时间。
语法: int ftp_mdtm(int ftp_stream, string remote_file);
-
函数:ftp_rename() (2004-12-03 15:46)
ftp_rename
将文件改名。
语法: boolean ftp_rename(int ftp_stream, string from, string to);
-
函数:ftp_delete() (2004-12-03 15:46)
ftp_delete
将文件删除。
语法: boolean ftp_delete(int ftp_stream, string remote_file);
-
函数:ftp_quit() (2004-12-03 15:45)
ftp_quit
关闭 FTP 连接。
语法: boolean ftp_quit(int ftp_stream);
-
函数:recode_string() (2004-12-03 15:41)
recode_string
记录字符串到记录中。
语法: boolean recode_string(string request, string string);
-
函数:recode_file() (2004-12-03 15:41)
recode_file
记录文件或文件请求到记录中。
语法: boolean recode_file(int input, int output);
-
函数:session_start() (2004-12-03 15:38)
session_start
初始 session。
语法: boolean session_start(void);
-
session_destroy
结束 session。
语法: boolean session_destroy(void);
-
函数:session_name() (2004-12-03 15:37)
session_name
存取目前 session 名称。
语法: string session_name(string [name]);
-
session_module_name
存取目前 session 模块。
语法: string session_module_name(string [module]);
-
session_save_path
存取目前 session 路径。
语法: string session_save_path(string [path]);