PHP 클래스 Emarref\Jwt\Encoding\Base64

상속: implements Emarref\Jwt\Encoding\EncoderInterface
파일 보기 프로젝트 열기: emarref/jwt

공개 메소드들

메소드 설명
__construct ( boolean $urlSafe = true, boolean $strict = true )
decode ( string $value ) : string
encode ( string $value ) : string

보호된 메소드들

메소드 설명
urlDecode ( string $value ) : string
urlEncode ( string $value ) : string Return a URL-safe representation of a base64-encoded value.

메소드 상세

__construct() 공개 메소드

public __construct ( boolean $urlSafe = true, boolean $strict = true )
$urlSafe boolean
$strict boolean

decode() 공개 메소드

public decode ( string $value ) : string
$value string
리턴 string

encode() 공개 메소드

public encode ( string $value ) : string
$value string
리턴 string

urlDecode() 보호된 메소드

protected urlDecode ( string $value ) : string
$value string
리턴 string

urlEncode() 보호된 메소드

Return a URL-safe representation of a base64-encoded value.
protected urlEncode ( string $value ) : string
$value string
리턴 string