-
- function chkbm($string){
- $bm = array(ASCII, GBK, UTF-8);
-
- foreach($bm as $c){
- if( $string === iconv(UTF-8, $c, iconv($c, UTF-8, $string))){//转换编码后是不是相等
- return $c;
- }
- }
- return null;
- }
- ?>
-
http://www.bkjia.com/PHPjc/486172.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/486172.htmlTechArticle?php function chkbm($string){ $bm = array(ASCII, GBK, UTF-8); foreach($bm as $c){ if( $string === iconv(UTF-8, $c, iconv($c, UTF-8, $string))){//转换编码后是不是相等 retu...
Stellungnahme:Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn