프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$beautify | |||
$encoding | |||
$itemTag | |||
$rootTag | |||
$version |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$_encodeBuffer |
메소드 | 설명 | |
---|---|---|
decode ( string $xml ) : array | Decode xml string to multidimensional array | |
encode ( array $array, $rootTag = null ) : string | Encode multidimensional array to xml string |
메소드 | 설명 | |
---|---|---|
_numeric ( array $array = [] ) : boolean | Determines is an array is numerically indexed | |
_toArray ( object $object ) : array | SimpleXML Object to Array | |
_toArrayValue ( $data, $key = '' ) | ||
_toXml ( array $array ) : string | Recusively converts array to xml, itemizes numerically indexes arrays | |
_toXmlValue ( $data ) | ||
_unitemize ( array $array ) : array |
Strips out |
|
_xmlBeautify ( string $xml ) : string | Takes unformatted xml string and beautifies it |
protected _unitemize ( array $array ) : array | ||
$array | array | |
리턴 | array |
protected _xmlBeautify ( string $xml ) : string | ||
$xml | string | |
리턴 | string |