PHP 클래스 Habari\XMLRPCUtils

파일 보기 프로젝트 열기: habari/system

공개 메소드들

메소드 설명
decode_args ( SimpleXMLElement $value ) : mixed Decode the value of a response parameter using the datatype specified in the XML element.
encode_arg ( SimpleXMLElement $params, mixed $arg ) Encode a variable value into the parameters of the XML tree

메소드 상세

decode_args() 공개 정적인 메소드

Decode the value of a response parameter using the datatype specified in the XML element.
public static decode_args ( SimpleXMLElement $value ) : mixed
$value SimpleXMLElement A "value" element from the XMLRPC response
리턴 mixed The value of the element, decoded from the datatype specified in the xml element

encode_arg() 공개 정적인 메소드

Encode a variable value into the parameters of the XML tree
public static encode_arg ( SimpleXMLElement $params, mixed $arg )
$params SimpleXMLElement The parameter to add the value elements to.
$arg mixed The value to encode