strpos 查找字符串中第一次出现的位置
strpos (PHP 3, PHP 4, PHP 5) strpos -- 查找字符串中第一次出现的位置 描述Find position of first occurrence of a string De
2021-12-07 13:29
93 
sort  对数组排序
sort (PHP 3, PHP 4, PHP 5) sort -- 对数组排序 说明 bool sort ( array &array [, int sort_flags] ) 本函数对数组进行排序。
2021-12-07 13:29
121 
array_keys 返回数组中所有的键名
array_keys (PHP 4, PHP 5) array_keys -- 返回数组中所有的键名 说明 array array_keys ( array input [, mixed search_val
2021-12-07 13:29
103 
php高性能的缓存存储引擎secache
php高性能的缓存存储引擎secache ShopEx前台全页缓存-存储器for ShopEx开发文档 2009-12-28 09:52:43 来源: ShopEx开发团队 【大 中 小】 分享到新浪微博 分享到
2021-12-07 13:29
133 
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过滤非法字符函数
if (!get_magic_quotes_gpc()) { safeVar($_GET); safeVar($_POST); safeVar($_COOKIE); } php过滤非法字符函数
2021-12-07 13:29
138 
php list函数
list (PHP 3, PHP 4, PHP 5) list -- 把数组中的值赋给一些变量 说明 void list ( mixed varname, mixed ... ) 像 array() 一
2021-12-07 13:29
87 
php microtime返回当前 Unix 时间戳和微秒数
microtime (PHP 3, PHP 4, PHP 5) microtime -- 返回当前 Unix 时间戳和微秒数 说明 mixed microtime ( [bool get_as_float]
2021-12-07 13:29
88 
T:0.018018s,M:375.38 KB
返回顶部 留言