PHP 클래스 TrueBV\Punycode

파일 보기 프로젝트 열기: nabble/semalt-blocker 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$decodeTable
$encodeTable
$encoding

공개 메소드들

메소드 설명
__construct ( $encoding = 'UTF-8' )
decode ( $input )
encode ( $input )

보호된 메소드들

메소드 설명
adapt ( $delta, $numPoints, $firstTime )
calculateThreshold ( $k, $bias )
charToCodePoint ( $char )
codePointToChar ( $code )
decodePart ( $input )
encodePart ( $input )
listCodePoints ( $input )

메소드 상세

__construct() 공개 메소드

public __construct ( $encoding = 'UTF-8' )

adapt() 보호된 메소드

protected adapt ( $delta, $numPoints, $firstTime )

calculateThreshold() 보호된 메소드

protected calculateThreshold ( $k, $bias )

charToCodePoint() 보호된 메소드

protected charToCodePoint ( $char )

codePointToChar() 보호된 메소드

protected codePointToChar ( $code )

decode() 공개 메소드

public decode ( $input )

decodePart() 보호된 메소드

protected decodePart ( $input )

encode() 공개 메소드

public encode ( $input )

encodePart() 보호된 메소드

protected encodePart ( $input )

listCodePoints() 보호된 메소드

protected listCodePoints ( $input )

프로퍼티 상세

$decodeTable 보호되어 있는 정적으로 프로퍼티

protected static $decodeTable

$encodeTable 보호되어 있는 정적으로 프로퍼티

protected static $encodeTable

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

protected $encoding