zoneminder/web/api/app/View/Zones/xml/view.ctp

3 lines
71 B
PHP

$xml = Xml::fromArray(array('response' => $zone));
echo $xml->asXML();