function hide_phone($str)
{
$resstr = substr_replace($str, '****', 3, 4);
return $resstr;
}
Last modification:June 3rd, 2019 at 11:12 am
© The copyright belongs to the author