首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
php隐藏手机号码中间4位
php隐藏手机号码中间4位
mac
2022-06-30
40
function
hidemobile
(
$mobile
=
''
)
{
return
mb_substr
(
$mobile
,
0
,
3
)
.
'****'
.
mb_substr
(
$mobile
,
-
4
)
;
}
转载请注明原文地址: https://mac.8miu.com/read-52655.html
最新回复
(
0
)