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