xmlArray::create_xml
Description
Creates an xml file from an xmlArray.
Syntax
string xmlArray::create_xml ([mixed $path])
Parameter $path
Expected type: Mixed
Description: Path to the element to start with. If not specified, all elements are used
Allowed types for $path | |
Allowed values | Description |
Null | Default value. Specifies that the code should start with the root element. |
String | Path to the element to start with |
Return value
Expected type: String
Description: The appropriate XML code