ArrayToXML::buildXML( array $data, string $startElement = 'data' )

Build an XML Data Set


Description Description


Parameters Parameters

$data

(Required) Associative Array containing values to be parsed into an XML Data Set(s)

$startElement

(Optional) Root Opening Tag, default data

Default value: 'data'


Top ↑

Return Return

(string) XML String containing values


Top ↑

Source Source

File: includes/libraries/class-ArrayToXML.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.