PHP 클래스 Usps\XMLParser

파일 보기 프로젝트 열기: vinceg/usps-php-api

공개 메소드들

메소드 설명
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