php list函数
list (PHP 3, PHP 4, PHP 5) list -- 把数组中的值赋给一些变量 说明 void list ( mixed varname, mixed ... ) 像 array() 一
2021-12-07 13:29
87 
php过滤非法字符函数
if (!get_magic_quotes_gpc()) { safeVar($_GET); safeVar($_POST); safeVar($_COOKIE); } php过滤非法字符函数
2021-12-07 13:29
138 
set_include_path 设置include_path配置选项
set_include_path (PHP 4 >= 4.3.0, PHP 5) set_include_path -- Sets the include_path configuration option D
2021-12-07 13:29
86 
php高性能的缓存存储引擎secache
php高性能的缓存存储引擎secache ShopEx前台全页缓存-存储器for ShopEx开发文档 2009-12-28 09:52:43 来源: ShopEx开发团队 【大 中 小】 分享到新浪微博 分享到
2021-12-07 13:29
133 
array_keys 返回数组中所有的键名
array_keys (PHP 4, PHP 5) array_keys -- 返回数组中所有的键名 说明 array array_keys ( array input [, mixed search_val
2021-12-07 13:29
103 
sort  对数组排序
sort (PHP 3, PHP 4, PHP 5) sort -- 对数组排序 说明 bool sort ( array &array [, int sort_flags] ) 本函数对数组进行排序。
2021-12-07 13:29
121 
strpos 查找字符串中第一次出现的位置
strpos (PHP 3, PHP 4, PHP 5) strpos -- 查找字符串中第一次出现的位置 描述Find position of first occurrence of a string De
2021-12-07 13:29
93 
set_error_handler 设置一个用户定义的错误处理函数
set_error_handler (PHP 4 >= 4.0.1, PHP 5) set_error_handler -- Sets a user-defined error handler function
2021-12-07 13:29
87 
返回顶部 留言