Horde_Kolab_Format::save PHP Method

save() public method

Convert the data to a XML stream. Strings contained in the data array may only be provided as UTF-8 data.
public save ( array $object, array $options = [] ) : resource
$object array The data array representing the object.
$options array Additional options when writing the XML. See the concrete parsers for additional information.
return resource The data as XML stream.
    public function save($object, $options = array());
Horde_Kolab_Format