Converts an array to XML DOM structure.
This function can convert an array of any dimensions to a DOM structure. It might be used for loading and saving settings to a config file.
| Name | Pass type | Value type | Default value | Description |
|---|---|---|---|---|
| $node | by reference | \DOMNode |
The parent node of the DOM structure. |
|
| $array | by reference | array |
The array to be converted to the DOM structure. |