mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-04-02 13:15:03 -04:00
3 lines
87 B
PHP
3 lines
87 B
PHP
$xml = Xml::fromArray(array('response'=>$message, 'zone'=>$zone));
|
|
echo $xml->asXML();
|