PHP 클래스 fXmlRpc\Parser\NativeParser

상속: implements fXmlRpc\Parser\ParserInterface
파일 보기 프로젝트 열기: lstrojny/fxmlrpc 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $validateResponse = true )
isBiggerThanParseLimit ( string $xmlString ) : boolean
parse ( $xmlString )

메소드 상세

__construct() 공개 메소드

public __construct ( $validateResponse = true )

isBiggerThanParseLimit() 공개 정적인 메소드

public static isBiggerThanParseLimit ( string $xmlString ) : boolean
$xmlString string
리턴 boolean

parse() 공개 메소드

public parse ( $xmlString )