
网络函数库fsockopen打开网络的 Socket 链接。语法: int fsockopen(string hostname, int port, int [errno], string [errst....
filePro 数据库函数库filepro_fieldcount取得字段数目。语法: int filepro_fieldcount(void);返回值: 整数函数种类: 数据库....
FTP 文件传输函数库ftp_quit关闭 FTP 连接。语法: boolean ftp_quit(int ftp_stream);返回值: 布尔值函数种类: 网络系统内容....
文件系统函数库filetype获得文件的类型。语法: string filetype(string filename);返回值: 字符串函数种类: 文件存取内容说....
FTP 文件传输函数库ftp_fput上传已打开文件。语法: boolean ftp_fput(int ftp_stream, string remote_file, int fp, int mod....
文件系统函数库fileperms取得文件的权限配置。语法: int fileperms(string filename);返回值: 整数函数种类: 文件存取内容说....
FTP 文件传输函数库ftp_rawlist详细列出指定目录中所有文件。语法: array ftp_rawlist(int ftp_stream, string directory);....
历法函数库FrenchToJD将法国共和历法转换成为凯撒日计数。语法: int frenchtojd(int month, int day, int year);返回值: 整....
文件系统函数库file_exists检查文件是否存在。语法: int file_exists(string filename);返回值: 整数函数种类: 文件存取内容....
文件系统函数库fseek移动文件指针。语法: int fseek(int fp, int offset);返回值: 整数函数种类: 文件存取内容说明本函数将....
FTP 文件传输函数库ftp_put上传文件。语法: boolean ftp_put(int ftp_stream, string remote_file, string local_file, int ....
filePro 数据库函数库filepro_rowcount取得列数目。语法: int filepro_rowcount(void);返回值: 整数函数种类: 数据库功能内....
FTP 文件传输函数库ftp_delete将文件删除。语法: boolean ftp_delete(int ftp_stream, string remote_file);返回值: 布尔值....
FTP 文件传输函数库ftp_pwd取得目前所在路径。语法: string ftp_pwd(int ftp_stream);返回值: 字符串函数种类: 网络系统内容....
文件系统函数库filemtime取得文件最后的修改时间。语法: int filemtime(string filename);返回值: 整数函数种类: 文件存取内....
文件系统函数库filesize获得文件的大小。语法: int filesize(string filename);返回值: 整数函数种类: 文件存取内容说明本函....
FTP 文件传输函数库ftp_fget下载文件,并存在已开的文件中。语法: boolean ftp_fget(int ftp_stream, int fp, string remote....
文件系统函数库fputs写到文件指针。语法: int fputs(int fp, string str, int [length]);返回值: 整数函数种类: 文件存取内....
文件系统函数库fileowner取得文件的拥有者。语法: int fileowner(string filename);返回值: 整数函数种类: 文件存取内容说明....
文件系统函数库fread位组的方式读取文件。语法: string fread(int fp, int length);返回值: 字符串函数种类: 文件存取内容说....