PHP 클래스 Sslurp\MozillaCertData

상속: extends AbstractCaRootData
파일 보기 프로젝트 열기: evandotpro/sslurp 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$certData string certdata.txt contents
$context resource Stream context

공개 메소드들

메소드 설명
getContent ( $until = false ) : string Get the raw certdata.txt contents from mxr.mozilla.org
getStreamContext ( ) : resource Get the stream context for the TCP connection to the server.

보호된 메소드들

메소드 설명
decodeChunkedString ( $string )
fetchLatestCertData ( $until = false )
getResponseBody ( $string )
getRootCaBundlePath ( )

메소드 상세

decodeChunkedString() 보호된 메소드

protected decodeChunkedString ( $string )

fetchLatestCertData() 보호된 메소드

protected fetchLatestCertData ( $until = false )

getContent() 공개 메소드

Get the raw certdata.txt contents from mxr.mozilla.org
public getContent ( $until = false ) : string
리턴 string

getResponseBody() 보호된 메소드

protected getResponseBody ( $string )

getRootCaBundlePath() 보호된 메소드

protected getRootCaBundlePath ( )

getStreamContext() 공개 메소드

If no stream context is set, will create a default one.
public getStreamContext ( ) : resource
리턴 resource

프로퍼티 상세

$certData 보호되어 있는 프로퍼티

certdata.txt contents
protected string $certData
리턴 string

$context 보호되어 있는 프로퍼티

Stream context
protected resource $context
리턴 resource