ArrayToXML::__construct( string $xmlVersion = '1.0', string $xmlEncoding = 'UTF-8' )

Construct ArrayToXML object with selected version and encoding


Description Description

for available values check XmlWriter docs http://www.php.net/manual/en/function.xmlwriter-start-document.php


Parameters Parameters

$xmlVersion

(Optional) XML Version, default 1.0

Default value: '1.0'

$xmlEncoding

(Optional) XML Encoding, default UTF-8

Default value: 'UTF-8'


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.