你会对我微笑
yanjing5462
全部博文(16)
2010年(1)
2009年(10)
2008年(5)
yangkai1
ymc4444
ciroi
msunwens
wushi300
dj_highm
少林功夫
p0o9o9p0
Lemon_乐
分类:
2009-01-07 15:45:20
<?php$str = "sd的123"; if (preg_match("/^([{\x{4e00}-\x{9fa5}]|[0-9a-zA-Z])+$/u",$str)) { print("通过"); } else { print("通不过"); }?>
演示:
上一篇:php方法重载实现
下一篇:PHP判断字符编码类型是否为UTF-8
登录 注册