
Session 函数库session_start初始 session。语法: boolean session_start(void);返回值: 布尔值函数种类: 资料处理内容说明....
PHP 选项及相关信息函数库set_magic_quotes_runtime配置 magic_quotes_runtime 值。语法: long set_magic_quotes_runtime(in....
Session 函数库session_name存取目前 session 名称。语法: string session_name(string [name]);返回值: 字符串函数种类: 资....
信号与共享内存函数库sem_get取得信号代码。语法: int sem_get(int key, int [max_acquire] , int [perm]);返回值: 整数函数....
网络函数库set_socket_blocking切换阻塞与无阻塞模式。语法: int set_socket_blocking(int socket descriptor, int mode);返....
文件系统函数库rename更改档名。语法: int rename(string oldname, string newname);返回值: 整数函数种类: 文件存取内容说....
Session 函数库session_register注册新的变量。语法: boolean session_register(string name);返回值: 布尔值函数种类: 资料....
字符串处理函数库similar_text计算字符串相似度。语法: int similar_text(string first, string second, double [percent]);....
文件系统函数库set_file_buffer配置文件缓冲区大小。语法: int set_file_buffer(int fp, int buffer);返回值: 整数函数种类:....
GNU 记录函数库recode_string记录字符串到记录中。语法: boolean recode_string(string request, string string);返回值: 布....
信号与共享内存函数库sem_acquire捕获信号。语法: int sem_acquire(int sem_identifier);返回值: 整数函数种类: 操作系统与....
Session 函数库session_module_name存取目前 session 模块。语法: string session_module_name(string [module]);返回值: 字....
信号与共享内存函数库shm_remove_var删除内存空间中指定的变量。语法: int shm_remove_var(int id, int variable_key);返回....
杂项函数库register_shutdown_function定义 PHP 程序执行完成后执行的函数。语法: int register_shutdown_function(string f....
数组处理函数库shuffle将数组的顺序弄混。语法: void shuffle(array array);返回值: 无函数种类: 资料处理内容说明本函数将....
文件系统函数库readlink返回符号链接 (symbolic link) 目标档。语法: string readlink(string path);返回值: 字符串函数种类....
Session 函数库session_id存取目前 session 代号。语法: string session_id(string [id]);返回值: 字符串函数种类: 资料处理....
数学运算函数库round四舍五入。语法: double round(double val);返回值: 倍精确数函数种类: 数学运算内容说明本函数用来将数....
GNU 记录函数库recode_file记录文件或文件请求到记录中。语法: boolean recode_file(int input, int output);返回值: 布尔值....
变量处理函数库settype配置变量类型。语法: int settype(string var, string type);返回值: 整数函数种类: PHP 系统功能内容....