PHP 클래스 LSS\XML2Array

See Array2XML: http://www.lalit.org/lab/convert-php-array-to-xml-with-attributes Author : Lalit Patel Website: http://www.lalit.org/lab/convert-xml-to-array-in-php-xml2array License: Apache License 2.0 http://www.apache.org/licenses/LICENSE-2.0 Version: 0.1 (07 Dec 2011) Version: 0.2 (04 Mar 2012) Fixed typo 'DomDocument' to 'DOMDocument' Usage: $array = XML2Array::createArray($xml);
파일 보기 프로젝트 열기: openlss/lib-array2xml 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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.

메소드 상세

convert() 보호된 정적인 메소드

Convert an Array to XML
protected static convert ( mixed $node ) : mixed
$node mixed - XML as a string or as an object of DOMDocument
리턴 mixed

createArray() 공개 정적인 메소드

Convert an XML to Array
public static createArray ( $input_xml, $options ) : DOMDocument
리턴 DOMDocument

getXMLRoot() 보호된 정적인 메소드

* Get the root XML node, if there isn't one, create it.
protected static getXMLRoot ( )

init() 공개 정적인 메소드

Initialize the root XML node [optional]
public static init ( $version = '1.0', $encoding = 'UTF-8', $format_output = true )
$version
$encoding
$format_output

프로퍼티 상세

$encoding 보호되어 있는 정적으로 프로퍼티

protected static $encoding

$prefix_attributes 보호되어 있는 정적으로 프로퍼티

protected static $prefix_attributes

$xml 보호되어 있는 정적으로 프로퍼티

protected static $xml