Functions to help create and modify XML data. More...
Functions | |
array_to_xml ($array, $root_tag='', $leaf_tag='', $is_root=true) | |
Convert an associative array to an XML string. | |
xml_to_array ($xml, $get_attributes=true, $priority='tag') | |
Convert an XML string to an array. |
Functions to help create and modify XML data.