substr : 字符串截取 用法如下: $str = 'hello world'; echo substr($str,6); //从前面截取6位 转载于:https://www.cnblogs.com/zhenzi0322/p/10953675.html