discuz首先自定义函数:
if (!function_exists('replaceMobile')){
function replaceMobile($str){
return preg_replace('/(d{3})(d{5})(d{3})/', '${1}*****${3}', $str);
}
}
然后模板调用:
<!--{eval echo replaceMobile($thread['subject']); }-->
discuz首先自定义函数:
if (!function_exists('replaceMobile')){
function replaceMobile($str){
return preg_replace('/(d{3})(d{5})(d{3})/', '${1}*****${3}', $str);
}
}
然后模板调用:
<!--{eval echo replaceMobile($thread['subject']); }-->
该日志由 开发技术学习 于2014年05月28日发表在 编程开发 分类下, 你可以发表评论,并在保留原文地址(https://www.kfju.com/article-id-825.html)及作者的情况下引用到你的网站或博客。
原创文章转载请注明: php替换内容手机号为星号* | 开发技术学习
站点声明:部分内容源自互联网,为传播信息之用,如有侵权,请联系我们删除。
© Copyright 2011-2024 www.kfju.com. All Rights Reserved.
超级字帖 版权所有。 蜀ICP备12031064号 川公网安备51162302000234