
Hyperwave 服务器函数库hw_Children取得子类代码。语法: array hw_children(int connection, int objectID);返回值: 数组函....
变量处理函数库gettype取得变量的类型。语法: string gettype(mixed var);返回值: 字符串函数种类: PHP 系统功能内容说明本....
压缩文件函数库gzeof判断是否在压缩文件尾。语法: boolean gzeof(int zp);返回值: 布尔值函数种类: 特殊文件格式内容说明本....
Hyperwave 服务器函数库hw_ChildrenObj取得子类的类记录。语法: array hw_childrenobj(int connection, int objectID);返回....
日期与时间函数库gmmktime取得 UNIX 时间戳记的格林威治时间。语法: int gmmktime(int hour, int minute, int second, int m....
压缩文件函数库gzpassthru解压缩指针后全部资料。语法: boolean gzpassthru(int zp);返回值: 布尔值函数种类: 特殊文件格式....
PHP 选项及相关信息函数库getrusage返回系统资源使用率。语法: array getrusage(int [who]);返回值: 数组函数种类: PHP 系统....
历法函数库GregorianToJD将格里高里历法转换成为凯撒日计数。语法: int gregoriantojd(int month, int day, int year);返回....
使用范例这是 aulbach@unter.franken.de (27-Jan-1999) 所提供的范例 FORM ACTION=bla H2 Restaurant Description H2 ....
压缩文件函数库gzputs资料写入压缩文件。语法: boolean gzputs(int zp, string str, int [length]);返回值: 布尔值函数种类:....
日期与时间函数库gettimeofday取得目前时间。语法: array gettimeofday(void);返回值: 数组函数种类: 时间日期内容说明返回....
PHP 选项及相关信息函数库getmyuid返回 PHP 的用户代码。语法: int getmyuid(void);返回值: 整数函数种类: PHP 系统功能内容....
日期与时间函数库gmdate取得目前与 GMT 差后的时间。语法: string gmdate(string format, int timestamp);返回值: 字符串函....
压缩文件函数库gzopen打开压缩文件。语法: int gzopen(string filename, string mode);返回值: 整数函数种类: 特殊文件格式....
数学运算函数库getrandmax乱数的最大值。语法: int getrandmax(void);返回值: 整数函数种类: 数学运算内容说明本函数计算乱....
字符串处理函数库htmlentities将所有的字符都转成 HTML 字符串。语法: string htmlentities(string string);返回值: 字符串....
日期与时间函数库getdate获得时间及日期信息。语法: array getdate(int timestamp);返回值: 数组函数种类: 时间日期内容说明....
PHP 选项及相关信息函数库getmypid返回 PHP 的行程代号。语法: int getmypid(void);返回值: 整数函数种类: PHP 系统功能内容....
字符串处理函数库get_meta_tags抽出文件所有 meta 标记的资料。语法: array get_meta_tags(string filename, int [use_inclu....
apache服务器专用函数库getallheaders获得所有 HTTP 变量值。语法: array getallheaders(void);返回值: 数组函数种类: PHP ....