时间:2021-07-01 10:21:17 帮助过:24人阅读
function showtext($text){ $search = array('|(http://[^ ]+)|', '|(https://[^ ]+)|', '|(www.[^ ]+)|'); $replace = array('$1', '$1', '$1'); $text = preg_replace($search, $replace, $text); return $text; }
< 上一篇
PHP缓存技术的使用说明_php技巧
下一篇 >
php中计算中文字符串长度、截取中文字符串的函数代码_php技巧
记住我的登录 忘记密码?
登录
我已阅读用户协议及版权声明
注册