error on line 2 at column 1: Extra content at the end of the document
$value){
$xml .= "";
$xml .= $value;
$xml .= "";
}
return $xml;
}
}
$data = array(
'id' => 1,
'name' => 'fengxupeng',
);
Response::xmlEncode(200,'success',$data);
?>
哪里出错啦 ?? |
免责声明:本内容仅代表回答会员见解不代表天盟观点,请谨慎对待。
版权声明:作者保留权利,不代表天盟立场。
|
|
|
|