init() init( $version = '1.0', $encoding = 'UTF-8', $format_output = true) Initialize the root XML node [optional] Parameters $version $encoding $format_output
createXML() createXML(string $node_name, array $arr = array()) : \DomDocument Convert an Array to XML Parameters string $node_name name of the root node to be converted array $arr aray to be converterd Returns \DomDocument
convert() convert(string $node_name, array $arr = array()) : \DOMNode Convert an Array to XML Parameters string $node_name name of the root node to be converted array $arr aray to be converterd Returns \DOMNode