PHP Класс Usps\XMLParser

Показать файл Открыть проект

Открытые методы

Метод Описание
createXML ( string $node_name, array $arr = [] ) : DOMDocument Convert an Array to XML.
init ( $version = '1.0', $encoding = 'UTF-8', $format_output = true ) Initialize the root XML node [optional].

Приватные методы

Метод Описание
bool2str ( $v ) Get string representation of boolean value.
convert ( string $node_name, array $arr = [] ) : DOMNode Convert an Array to XML.
getXMLRoot ( ) Get the root XML node, if there isn't one, create it.
isValidTagName ( $tag ) Check if the tag name or attribute name contains illegal characters Ref: http://www.w3.org/TR/xml/#sec-common-syn.

Описание методов

createXML() публичный статический Метод

Convert an Array to XML.
public static createXML ( string $node_name, array $arr = [] ) : DOMDocument
$node_name string - name of the root node to be converted
$arr array - aray to be converterd
Результат DOMDocument

init() публичный статический Метод

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