/** * 数组混合GBK、UTF-8 换转为UTF-8 * @param unknown_type $arr */ static function gbktoutf8($arr){ if(is_array($arr) && count($arr)){ foreach($arr as $key=>$value){ if(is_array($value)){ $arrRs[$key] = gbktoutf8($value); }else{ if(!is_utf8($value)){ $arrRs[$key] = iconv('GBK','UTF-8',$value); }else{ $arrRs[$key] = $value; } } } return $arrRs; } return null; } /** * 数组混合GBK、UTF-8 换转为gbk * @param array $arr 目标数组 */ static function utf8togbk($arr){ if(is_array($arr) && count($arr)){ foreach($arr as $key=>$value){ if(is_array($value)){ $arrRs[$key] = utf8togbk($value); }else{ //判断字符编码是否utf8字符(如果不是utf8字符则转换) if(is_utf8($value)){ $arrRs[$key] = iconv('UTF-8','GBK',$value); }else{ $arrRs[$key] = $value; } } } return $arrRs; } return 0; }

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Zend Studio 13.0.1
Powerful PHP integrated development environment

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.
