国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > PHP > 正文

php 檢查電子郵件函數(自寫)

2024-05-04 23:20:59
字體:
來源:轉載
供稿:網友

復制代碼 代碼如下:


function is_valid_email_address($email){
$qtext = '[^//x0d//x22//x5c//x80-//xff]';
$dtext = '[^//x0d//x5b-//x5d//x80-//xff]';
$atom = '[^//x00-//x20//x22//x28//x29//x2c//x2e//x3a-//x3c'.
'//x3e//x40//x5b-//x5d//x7f-//xff]+';
$quoted_pair = '//x5c[//x00-//x7f]';
$domain_literal = "http://x5b($dtext|$quoted_pair)*//x5d";
$quoted_string = "http://x22($qtext|$quoted_pair)*//x22";
$domain_ref = $atom;
$sub_domain = "($domain_ref|$domain_literal)";
$word = "($atom|$quoted_string)";
$domain = "$sub_domain(//x2e$sub_domain)*";
$local_part = "$word(//x2e$word)*";
$addr_spec = "$local_part//x40$domain";
return preg_match("!^$addr_spec$!", $email) ? 1 : 0;
}

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 资阳市| 余江县| 安多县| 绥化市| 邹城市| 容城县| 巴马| 深圳市| 吴江市| 阿图什市| 荣昌县| 修水县| 电白县| 武冈市| 梓潼县| 乐清市| 博罗县| 西平县| 蓬莱市| 顺昌县| 常州市| 温宿县| 钟祥市| 偏关县| 沈丘县| 龙州县| 雷山县| 化隆| 和龙市| 门源| 鄱阳县| 运城市| 深圳市| 靖江市| 伊金霍洛旗| 两当县| 津市市| 合水县| 东乌珠穆沁旗| 邮箱| 宣汉县|