function checkStr($str){ $output=''; $a=ereg('['.chr(0xa1).'-'.chr(0xff).']', $str); $b=ereg('[0-9]', $str); $c=ereg('[a-zA-Z]', $str); if($a && $b && $c){ $output='1';} elseif($a && $b && !$c){ $output='2';} elseif($a && !$b && $c){ $output='3';} elseif(!$a && $b && $c){ $output='4';} elseif($a && !$b && !$c){ $output='5';} elseif(!$a && $b && !$c){ $output='6';} elseif(!$a && !$b && $c){ $output='7';} else{ $output = 8;} return $output;}
1 : 汉字数字英文的混合字符串
2 : 汉字数字的混合字符串
3 : 汉字英文的混合字符串
4 : 数字英文的混合字符串
5 : 纯汉字
6 : 纯数字
7 : 纯英文
8 : 其它
上面是“织梦dedecms php常用函数”的全面内容,想了解更多关于 织梦cms 内容,请继续关注web建站教程。
当前网址:https://ipkd.cn/webs_418.html
workflows工作流
一位24岁的金发女海盗ComfyUI工作流
图生图工作流:一键转换成高清动漫照片
城市里出现一只可爱的小生物ComfyUI工作流
令人着迷的一只老虎ComfyUI工作流
一只白色的孔雀ComfyUI工作流
Latent放大comfyui工作流
一尊白玉猴王ComfyUI工作流
一个港口配备了小型船只、起重机、集装箱和码头
猜你喜欢
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!

纯css制作卡通头像(随鼠标转头)
SVG路径动画效果
用svg画出游泳池动画效果
利用css绘画棋盘布局(象棋)
2023年程序猿如何给自己开启一场烟花盛会
利用CSS3代码编写45款按钮效果
css3实现星球旋转










