function mobile_encrypt($mobile) { if (!$mobile) { return ''; } return substr_replace($mobile, '****', 3, 4); }