Function CMS_simple_xml_reader->pull_together
Definitions
sources/xml.php
- Pull a portion of an XML tree structure back into textual XML.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$xml_children | array | required parameter | N/A | N/A | Level of XML tree |
$xml_namespaces | array | [] | N/A | N/A | XML namespaces [ 'ns-prefix:' => 'http://example.com/namespace-uri' ] |
$skip_tags | array | [] | N/A | N/A | XML tags to skip |
$skip_xml_namespaces | array | [] | N/A | N/A | XML namespaces to skip any attributes or elements of |
Return
- The combined XML
- Type: string
- Set: N/A
- Range: N/A