2016-10-13 00:16:48 点击量:7 标签: 收藏本文
- <?php
- function codes($str){
- $score = 0;
- if(preg_match("/[0-9]+/",$str))
- {
- $score ++;
- }
- if(preg_match("/[0-9]{3,}/",$str))
- {
- $score ++;
- }
- if(preg_match("/[a-z]+/",$str))
- {
- $score ++;
- }
- if(preg_match("/[a-z]{3,}/",$str))
- {
- $score ++;
- }
- if(preg_match("/[A-Z]+/",$str))
- {
- $score ++;
- }
- if(preg_match("/[A-Z]{3,}/",$str))
- {
- $score ++;
- }
- if(preg_match("/[_|\-|+|=|*|!|@|#|$|%|^|&|(|)]+/",$str))
- {
- $score += 2;
- }
- if(preg_match("/[_|\-|+|=|*|!|@|#|$|%|^|&|(|)]{3,}/",$str))
- {
- $score ++ ;
- }
- if(strlen($str) >= 10)
- {
- $score ++;
- }
- return $score;
- }
- echo codes("1VBBaabv111_");
- ?>
我们是一家提供综合软件外包与弱电工程服务的技术公司。
业务涵盖定制软件、管理系统、网站、小程序、APP、系统集成、网络布线、监控安防、门禁、机房建设及长期技术维护。
公司地址:湖北省宜昌市伍家岗区东站二路6号三峡(宜昌)大数据产业园海洋馆二楼A203室