好湿?好紧?好多水好爽自慰,久久久噜久噜久久综合,成人做爰A片免费看黄冈,机机对机机30分钟无遮挡

主頁(yè) > 知識(shí)庫(kù) > PHP使用星號(hào)替代用戶名手機(jī)和郵箱的實(shí)現(xiàn)代碼

PHP使用星號(hào)替代用戶名手機(jī)和郵箱的實(shí)現(xiàn)代碼

熱門(mén)標(biāo)簽:江蘇外呼電銷機(jī)器人報(bào)價(jià) 南寧高頻外呼回?fù)芟到y(tǒng)哪家好 深圳外呼系統(tǒng)收費(fèi) 專業(yè)電話機(jī)器人批發(fā)商 400電話申請(qǐng)方法收費(fèi) 電話機(jī)器人危險(xiǎn)嗎 長(zhǎng)沙crm外呼系統(tǒng)業(yè)務(wù) 400電話辦理福州市 離石地圖標(biāo)注

PHP使用星號(hào)替代用戶名手機(jī)和郵箱這個(gè)在許多的活動(dòng)界面會(huì)看到如淘寶的購(gòu)物界面中的一些客戶的支付寶號(hào)都是隱藏掉的哦,下面我們來(lái)看一下它的使用方法吧.

?php 
function hideStar($str) { //用戶名、郵箱、手機(jī)賬號(hào)中間字符串以*隱藏 
  if (strpos($str, '@')) { 
    $email_array = explode("@", $str); 
    $prevfix = (strlen($email_array[0])  4) ? "" : substr($str, 0, 3); //郵箱前綴 
    $count = 0; 
    $str = preg_replace('/([\d\w+_-]{0,100})@/', '***@', $str, -1, $count); 
    $rs = $prevfix . $str; 
  } else { 
    $pattern = '/(1[3458]{1}[0-9])[0-9]{4}([0-9]{4})/i'; 
    if (preg_match($pattern, $str)) { 
      $rs = preg_replace($pattern, '$1****$2', $str); // substr_replace($name,'****',3,4); 
    } else { 
      $rs = substr($str, 0, 3) . "***" . substr($str, -1); 
    } 
  } 
  return $rs; 
} 
?> 
?php 
$account = "phpfensi.com"; 
$email = "416148489@qq.com"; 
$phone = "18005152525"; 
?> 
!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
html xmlns="http://www.w3.org/1999/xhtml"> 
  head> 
    meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    title>演示:PHP以星號(hào)隱藏用戶名手機(jī)和郵箱/title> 
    meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/> 
    link rel="stylesheet" type="text/css" href="http://www.phpfensi.com /jquery/css/common.css" rel="external nofollow" /> 
    style type="text/css"> 
    /style> 
  /head> 
  body> 
    div class="head"> 
      div class="head_inner clearfix"> 
        ul id="nav"> 
          li>a  rel="external nofollow" rel="external nofollow" >首 頁(yè)/a>/li> 
          li>a href="http://www.phpfensi.com /templates" rel="external nofollow" >網(wǎng)站模板/a>/li> 
          li>a href="http://www.phpfensi.com /js" rel="external nofollow" >網(wǎng)頁(yè)特效/a>/li> 
          li>a href="http://www.phpfensi.com /php" rel="external nofollow" >PHP/a>/li> 
          li>a href="http://www.phpfensi.com /site" rel="external nofollow" >精選網(wǎng)址/a>/li> 
        /ul> 
        a class="logo"  rel="external nofollow" rel="external nofollow" >img src="http://www.phpfensi.com /Public/images/logo.jpg" alt="素材火logo" />/a> 
      /div> 
    /div> 
    div class="container"> 
      div class="demo"> 
        h2 class="title">a href="http://www.phpfensi.com /js/548.html" rel="external nofollow" >教程:PHP以星號(hào)隱藏用戶名手機(jī)和郵箱/a>/h2> 
        table width="100%" class="table_parameters"> 
          tr class="tr_head"> 
            td>賬號(hào)/td> 
            td>郵箱/td> 
            td>手機(jī)/td> 
          /tr> 
          tr> 
            td>?php echo $account; ?>/td> 
            td>?php echo $email; ?>/td> 
            td>?php echo $phone; ?>/td> 
          /tr> 
          tr class="red"> 
            td>?php echo hideStar($account); ?>/td> 
            td>?php echo hideStar($email); ?>/td> 
            td>?php echo hideStar($phone); ?>/td> 
          /tr> 
        /table> 
      /div> 
    /div> 
  /body> 
/html> 

總結(jié)

以上所述是小編給大家介紹的PHP使用星號(hào)替代用戶名手機(jī)和郵箱的實(shí)現(xiàn)代碼,希望對(duì)大家有所幫助,如果大家有任何疑問(wèn)請(qǐng)給我留言,小編會(huì)及時(shí)回復(fù)大家的。在此也非常感謝大家對(duì)腳本之家網(wǎng)站的支持!

您可能感興趣的文章:
  • PHP使用星號(hào)隱藏用戶名,手機(jī)和郵箱的實(shí)現(xiàn)方法
  • PHP用星號(hào)隱藏部份用戶名、身份證、IP、手機(jī)號(hào)等實(shí)例

標(biāo)簽:曲靖 株洲 太原 興安盟 南京 濱州 南昌 白酒營(yíng)銷

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《PHP使用星號(hào)替代用戶名手機(jī)和郵箱的實(shí)現(xiàn)代碼》,本文關(guān)鍵詞  PHP,使用,星號(hào),替,代用,戶名,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《PHP使用星號(hào)替代用戶名手機(jī)和郵箱的實(shí)現(xiàn)代碼》相關(guān)的同類信息!
  • 本頁(yè)收集關(guān)于PHP使用星號(hào)替代用戶名手機(jī)和郵箱的實(shí)現(xiàn)代碼的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章
    主站蜘蛛池模板: 久久国产精品61947| 我把护士日出水了| 美国A片《轻佻寡妇》| 色哟哟?国产seyoyo| 受被从小调教被迫带道具bl| 麻豆精品无人区码一二三区别| 亚洲国产精品热久久| 老公的朋友| 日韩黄| 超薄丝袜连裤袜一二三区| 国产AV一区二区三区免费视频| 特黄特色大片免费视频大全| 阿荣旗| 德州午夜电影高清在线观看| 国产自拍在线| 婢女奶咪子真大高h| 女教师含羞撅起屁股| 国产精品久久久久久人妻免费看| 公交车被轮| 免费**毛片在线播放直播| 黑帮大佬和我的第365天第一部电影| 成人国产AV精品秘?在线观看| 午夜福利片在线观看| 女人的逼网站| 情yu超市| 诱人的妺妺伦理HD中字| 97久久久碰碰碰人妻A片蜜臀 | 猎户家的小娘子完整版小说| 欧美黑大吊| 久久狠久久久久精品69堂 | 基隆市| furry巨大粗爽gay动漫| 日韩人妻无码免费的AV| 久久精品国产亚洲AV无码85| 精品久久久久久久免费加勒比| 日本三级香港三级三级人…| 成人影院免费| 波多野结衣被躁120次| 免费?无码?国产免费软件| 美腿 丝袜 亚洲 偷窥| 男男漫画高h|