PHP去除字符串中数字的方法:方法简单,代码为:$class=preg_replace("\\d+",'', $res);需要使用preg_replace函数,但是只是这么写的话,会报错Warning: preg_replace(): Delimiter must not be alphanumeric or&
php字符串转Unicode编码,Unicode编码转php字符百度了很多,都一样,要么不对,要不就是只是把字符串的汉字转Unicode经过多次试验查找,找到了如下方法,注意:字符串编码必须是utf-8,如果不是自行用icon转一下//字符串转Unicode编码 function unicode_encode($strLong)