PHP函数

1. string strstr($pattern,$needle,[true/false])

PHP函数

 

 2. str_replace($target,$instead,$str,[count]);str_ireplace

PHP函数

 

 3.string substr('abcdef',-1,1);返回字符串的子字符串

 4.array explode(" ","piece1 piece2 piece3"); 分割成数组

 5.strpos strchr strrchr

 6 str_split()

 

上一篇:Android中集结了大量的系统管家Manager


下一篇:STL笔记