从php中的url或链接中删除单个或多个

时间:2012-05-08 12:20:06

标签: php html

从网址或链接中删除 单个或多个,如:

www.makeuseof.com/tag/7-tips-tricks-google-drive/    

1 个答案:

答案 0 :(得分:2)

这将删除 字符串中的所有$link元素:

$link = str_replace(' ','',$link);