摘要: 单继承,支持多个 implements interface 阅读全文
posted @ 2020-09-02 17:54 艳阳老院 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 第一种:strstr(string,find,true or false) 查找字符串的首次出现 true or false true 返回首次出现之前的字符串 第二种:explode(separator,string,limit) 将字符串 切割成数组 。limit 为正 切割成几个数组 -1 最 阅读全文
posted @ 2020-09-02 17:50 艳阳老院 阅读(889) 评论(0) 推荐(0) 编辑