php字符串函数

1. strlen() // 字符串长度

2. strpos(a, b) // 找到从b在a中的位置 

原文地址:https://www.cnblogs.com/cjjjj/p/10433328.html