3 lines
89 B
Plaintext
3 lines
89 B
Plaintext
|
$xml = Xml::fromArray(array('response' => $message, 'zone'=>$zone));
|
||
|
echo $xml->asXML();
|