Skip to main content

Hide Email or Phone with star symbol / mark / *

public function cf_hideEmailPhone($country_code,$phone,$email){
$strLength=strlen($phone);
if($strLength==10){
$repeat = str_repeat("*",$strLength-3);
$last_dif=substr($phone, 7, 9);
$dispPhone = $country_code.$repeat.$last_dif;
}else if($strLength==9){
$repeat = str_repeat("*",$strLength-3);
$last_dif=substr($phone, 6, 8);
$dispPhone = $country_code.$repeat.$last_dif;
//$dispPhone = $user->country_code.str_repeat("*",$strLength-2);
}
$email_str= explode("@",$email);
$dispEmail = substr($email_str[0], 0, 3).str_repeat("*", strlen($email_str[0])-3)."@".$email_str[1];
$returnData['dispPhone']=$dispPhone;
$returnData['dispEmail']=$dispEmail;
return $returnData;
}
public function cf_hideEmail($email){
$email_str= explode("@",$email);
$dispEmail = substr($email_str[0], 0, 3).str_repeat("*", strlen($email_str[0])-3)."@".$email_str[1];
$returnData['dispEmail']=$dispEmail;
return $returnData;
}
public function cf_hidePhone($country_code,$phone){
$strLength=strlen($phone);
if($strLength==10){
$repeat = str_repeat("*",$strLength-3);
$last_dif=substr($phone, 7, 9);
$dispPhone = $country_code.$repeat.$last_dif;
}else if($strLength==9){
$repeat = str_repeat("*",$strLength-3);
$last_dif=substr($phone, 6, 8);
$dispPhone = $country_code.$repeat.$last_dif;
}
$returnData['dispPhone']=$dispPhone;
return $returnData;
}








Comments

Popular posts from this blog

Laravel Request Validator json response example

 Step 1 :  php artisan make : request  StoreArticleRequest Step 2 : <?php namespace App\Http\Requests; use Illuminate\Foundation\Http\FormRequest; use Illuminate\Http\JsonResponse; use Illuminate\Contracts\Validation\Validator; use Illuminate\Http\Exceptions\HttpResponseException; class StoreArticleRequest extends FormRequest { /** * Determine if the user is authorized to make this request. * * @return bool */ public function authorize () { return true ; } /** * Get the validation rules that apply to the request. * * @return array */ public function rules () { return [ 'title' => 'required' ]; } protected function failedValidation (Validator $validator ) { if ($this -> wantsJson () || $this -> ajax ()) { throw new HttpResponseException( response () -> json ([ 'status' => ...

Bad words or Swear words filter Jquery

Bad words or Swear words filter Jquery var blacklist = /\b(4r5e|5h1t|5hit|a55|anal|anus|ar5e|arrse|arse|ass|ass-fucker|asses|assfucker|assfukka|asshole|assholes|asswhole|a_s_s|b!tch|b00bs|b17ch|b1tch|ballbag|balls|ballsack|bastard|beastial|beastiality|bellend|bestial|bestiality|bi+ch|biatch|bitch|bitcher|bitchers|bitches|bitchin|bitching|bloody|blow job|blowjob|blowjobs|boiolas|bollock|bollok|boner|boob|boobs|booobs|boooobs|booooobs|booooooobs|breasts|buceta|bugger|bum|bunny fucker|butt|butthole|buttmuch|buttplug|c0ck|c0cksucker|carpet muncher|cawk|chink|cipa|cl1t|clit|clitoris|clits|cnut|cock|cock-sucker|cockface|cockhead|cockmunch|cockmuncher|cocks|cocksuck|cocksucked|cocksucker|cocksucking|cocksucks|cocksuka|cocksukka|cok|cokmuncher|coksucka|coon|cox|crap|cum|cummer|cumming|cums|cumshot|cunilingus|cunillingus|cunnilingus|cunt|cuntlick|cuntlicker|cuntlicking|cunts|cyalis|cyberfuc|cyberfuck|cyberfucked|cyberfucker|cyberfuckers|cyberfucking|d1ck|damn|dick|dickhead|dildo|dildos|dink|din...