PHP 函数

1、stripos():函数查找字符串在另一字符串中第一次出现的位置 列如

2、strtr():函数转换字符串中特定的字符 列如:strtr("Hilla Warld","ia","eo");

3、array_diff_assoc():函数用于比较两个(或更多个)数组的键名和键值 ,并返回差集 列如

4、array_pop():删除数组中的最后一个元素 列如

原文地址:https://www.cnblogs.com/pcx105/p/8006299.html