PHP数组编码gbk与utf8互相转换的两种方法 一、利用var_export(),eval()方法/***将含有GBK的中文数组转为utf-8**@paramarray$arr数组*@paramstring$in_c php数组编码转换