php替换手机号中间四位数

Posted 奥特曼大潘潘

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php替换手机号中间四位数相关的知识,希望对你有一定的参考价值。

/*
 *替换手机号码中间四位数字
 *@param [type] $str [description]
 *@return [type] [description]
*/
function hide_phone($str){
    $resstr = substr_replace($str,‘***‘,3,4);
    return $resstr;
}

 

以上是关于php替换手机号中间四位数的主要内容,如果未能解决你的问题,请参考以下文章

oracle手机号码中间4位替换为星号

dart正则替换手机号中间四位为*

手机号中间四位替换

js 替换中间四位手机号为 *

mysql替换字段里面的手机号中间四位为”*“

mysql替换字段里面的手机号中间四位为”*“