
DBA 函数库dba_fetch取回指定资料。语法: string dba_fetch(string key, int handle);返回值: 字符串函数种类: 数据库功能内....
杂项函数库connection_status取得连接状态。语法: int connection_status(void);返回值: 整数函数种类: 网络系统内容说明本....
文件系统函数库chmod改变文件的属性。语法: int chmod(string filename, int mode);返回值: 整数函数种类: 文件存取内容说明....
字符串处理函数库Chop去除连续空白。语法: string chop(string str);返回值: 字符串函数种类: 资料处理内容说明本函数将字符....
文件系统函数库chgrp改变文件所属的群组。语法: int chgrp(string filename, mixed group);返回值: 整数函数种类: 文件存取....
网络函数库checkdnsrr检查指定网址的 DNS 记录。语法: int checkdnsrr(string host, string [type]);返回值: 整数函数种类: ....
BC 高精确度函数库bcmul将二个高精确度数字相乘。语法: string bcmul(string left operand, string right operand, int [sca....
apache服务器专用函数库apache_note获得及配置apache服务器的请求纪录。语法: string apache_note(string note_name, string....
目录管理函数库chdir改变目录。语法: int chdir(string directory);返回值: 整数函数种类: 文件存取内容说明本函数用来改变....
拼写检查函数库aspell_suggest检查一个单字,并提供拼写建议。语法: array aspell_suggest(int dictionary_link, string wor....
BC 高精确度函数库bcdiv将二个高精确度数字相除。语法: string bcdiv(string left operand, string right operand, int [sca....
数学运算函数库Atan取得反正切值。语法: float atan(float arg);返回值: 浮点数函数种类: 数学运算内容说明返回参数 arg 的....
日期与时间函数库checkdate验证日期的正确性。语法: int checkdate(int month, int day, int year);返回值: 整数函数种类: ....
BC 高精确度函数库bcmod取得高精确度数字的余数。语法: string bcmod(string left operand, string modulus);返回值: 字符串....
字符串处理函数库AddSlashes字符串加入斜线。语法: string addslashes(string str);返回值: 字符串函数种类: 资料处理内容说....
数学运算函数库BinDec二进位转成十进位。语法: int bindec(string binary_string);返回值: 整数函数种类: 数学运算内容说明....
拼写检查函数库aspell_check-raw检查一个单字,即使拼错也不改变或修正。语法: boolean aspell_check_raw(int dictionary_li....
BC 高精确度函数库bcadd将二个高精确度数字相加。语法: string bcadd(string left operand, string right operand, int [sca....
apache服务器专用函数库apache_lookup_uri获得所有的 URI 相关信息。语法: class apache_lookup_uri(string filename);返回....
数学运算函数库Ceil计算大于指定数的最小整数。语法: int ceil(float number);返回值: 整数函数种类: 数学运算内容说明本函....