PHP 클래스 XML_RPC_Values, TastyIgniter

저자: EllisLab Dev Team
상속: extends CI_Xmlrpc
파일 보기 프로젝트 열기: tastyigniter/tastyigniter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$me array Value data
$mytype integer Value type

공개 메소드들

메소드 설명
__construct ( mixed $val, string $type = '' ) : void Constructor
addArray ( $vals ) : integer Add array value
addScalar ( $val, $type = 'string' ) : integer Add scalar value
addStruct ( $vals ) : integer Add struct value
iso8601_encode ( $time, $utc = FALSE ) : string Encode time in ISO-8601 form.
kindOf ( ) : string Get value type
scalarval ( ) : mixed Scalar value
serialize_class ( ) : string Serialize class
serializedata ( $typ, $val ) : string Serialize data
serializeval ( $o ) : string Serialize value

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( mixed $val, string $type = '' ) : void
$val mixed
$type string
리턴 void

addArray() 공개 메소드

Add array value
public addArray ( $vals ) : integer
리턴 integer

addScalar() 공개 메소드

Add scalar value
public addScalar ( $val, $type = 'string' ) : integer
리턴 integer

addStruct() 공개 메소드

Add struct value
public addStruct ( $vals ) : integer
리턴 integer

iso8601_encode() 공개 메소드

Useful for sending time in XML-RPC
public iso8601_encode ( $time, $utc = FALSE ) : string
리턴 string

kindOf() 공개 메소드

Get value type
public kindOf ( ) : string
리턴 string

scalarval() 공개 메소드

Scalar value
public scalarval ( ) : mixed
리턴 mixed

serialize_class() 공개 메소드

Serialize class
public serialize_class ( ) : string
리턴 string

serializedata() 공개 메소드

Serialize data
public serializedata ( $typ, $val ) : string
리턴 string

serializeval() 공개 메소드

Serialize value
public serializeval ( $o ) : string
리턴 string

프로퍼티 상세

$me 공개적으로 프로퍼티

Value data
public array $me
리턴 array

$mytype 공개적으로 프로퍼티

Value type
public int $mytype
리턴 integer