摘要: PHP String字符串函数 strlen() //获取字符串的长度 strpos() //查找指定字符串或字符的位置 expode() //把字符串分隔成数组 //数组输出用print_r()不输出数据类型 md5() //加密 trim() //去掉两边的指定字符串 ltrim() //去掉左 阅读全文
posted @ 2019-02-27 17:13 黄加蓝 阅读(103) 评论(0) 推荐(0) 编辑