프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$encoding | |||
$prefix_attributes | |||
$xml |
메소드 | 설명 | |
---|---|---|
createArray ( $input_xml, $options ) : DOMDocument | Convert an XML to Array | |
init ( $version = '1.0', $encoding = 'UTF-8', $format_output = true ) | Initialize the root XML node [optional] |
메소드 | 설명 | |
---|---|---|
convert ( mixed $node ) : mixed | Convert an Array to XML | |
getXMLRoot ( ) | * Get the root XML node, if there isn't one, create it. |
public static createArray ( $input_xml, $options ) : DOMDocument | ||
리턴 | DOMDocument |
protected static getXMLRoot ( ) |
public static init ( $version = '1.0', $encoding = 'UTF-8', $format_output = true ) | ||
$version | ||
$encoding | ||
$format_output |