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);
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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