Published on : August 28, 2020
Title:XML to array
Purpose : To convert XML into array
Syntax :[php.xmltoarray p1={xml} o.set=template.data_in_array/]
Input Parameter :XML
Return value :Array
Example :
[template.set info] Past your xml here [/template.set] [php.xmltoarray p1={template.info} o.set=template.data_in_array/] [template.echo data_in_array/]
Output :Array
Description: We can convert xml into array using this function