首页 > 编程 > PHP > 正文

PHP截取指定字符串

2019-11-06 06:07:58
字体:
来源:转载
供稿:网友

在对所采集的数据进行导入时,遇到一个问题需要去掉某一段,这时候想到使用字符串函数来进行操作

字符串函数substr(string,start,length)

$aaa = substr($content,0,strrpos($content,"<p>"));


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表