php转换数组编码方法
php转换数组编码方法 [代码片段(5行)]
$info = array(); foreach($_POST as $key => $value){ $info[$key] = iconv("utf-8","gb2312",$value); } //该片段来自于http://outofmemory.cn
精彩图集
精彩文章
$info = array(); foreach($_POST as $key => $value){ $info[$key] = iconv("utf-8","gb2312",$value); } //该片段来自于http://outofmemory.cn
@CopyRight 2002-2008, 1SOHU.COM, Inc. All Rights Reserved QQ:1010969229