
杂项函数库function_exists检查函数是否已定义。语法: int function_exists(string function_name);返回值: 整数函数种类: P....
FTP 文件传输函数库ftp_systype显示服务器系统。语法: string ftp_systype(int ftp_stream);返回值: 字符串函数种类: 网络系....
字符串处理函数库flush清出输出缓冲区。语法: void flush(void);返回值: 无函数种类: 资料处理内容说明本函数无输入亦无输出....
FTP 文件传输函数库ftp_cdup回上层目录。语法: boolean ftp_cdup(int ftp_stream);返回值: 布尔值函数种类: 网络系统内容说....
FTP 文件传输函数库ftp_nlist列出指定目录中所有文件。语法: array ftp_nlist(int ftp_stream, string directory);返回值: ....
FTP 文件传输函数库ftp_chdir改变路径。语法: boolean ftp_chdir(int ftp_stream, string directory);返回值: 布尔值函数种....
FTP 文件传输函数库ftp_pasv切换主被动传输模式。语法: boolean ftp_systype(int ftp_stream);返回值: 布尔值函数种类: 网络....
FTP 文件传输函数库ftp_rmdir删除目录。语法: boolean ftp_chdir(int ftp_stream, string directory);返回值: 布尔值函数种....
FTP 文件传输函数库ftp_size获得指定文件的大小。语法: int ftp_size(int ftp_stream, string remote_file);返回值: 整数函....
FTP 文件传输函数库ftp_mdtm获得指定文件的最后修改时间。语法: int ftp_mdtm(int ftp_stream, string remote_file);返回值:....
数学运算函数库Floor计算小于指定数的最大整数。语法: int floor(float number);返回值: 整数函数种类: 数学运算内容说明本....
filePro 数据库函数库filepro_fieldname取得字段名称。语法: string filepro_fieldname(int field_number);返回值: 字符串函....
文件系统函数库ftell取得文件读写指针位置。语法: int ftell(int fp);返回值: 整数函数种类: 文件存取内容说明本函数返回文....
FTP 文件传输函数库ftp_mkdir建新目录。语法: string ftp_mkdir(int ftp_stream, string directory);返回值: 字符串函数种类....
FTP 文件传输函数库ftp_rename将文件改名。语法: boolean ftp_rename(int ftp_stream, string from, string to);返回值: 布....
FTP 文件传输函数库ftp_login登入 FTP 服务器。语法: boolean ftp_login(int ftp_stream, string username, string password....
filePro 数据库函数库filepro读取 FilePro Map 文件。语法: boolean filepro(string directory);返回值: 布尔值函数种类: 数....
文件系统函数库flock锁住文件。语法: boolean flock(int fp, int operation);返回值: 布尔值函数种类: 文件存取内容说明本函....
网络函数库fsockopen打开网络的 Socket 链接。语法: int fsockopen(string hostname, int port, int [errno], string [errst....
filePro 数据库函数库filepro_fieldcount取得字段数目。语法: int filepro_fieldcount(void);返回值: 整数函数种类: 数据库....