标签:
php中 xml json 数组 之间相互转换
1 数组转json
$result = array( ‘status‘ =>$status, ‘message‘=>$message, ‘data‘=>$data, ); json_encode($result);
原文地址:http://www.cnblogs.com/zzcit/p/5654387.html