PHP Класс Sslurp\MozillaCertData

Наследование: extends AbstractCaRootData
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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