PHP Class TrueBV\Punycode

Afficher le fichier Open project: nabble/semalt-blocker Class Usage Examples

Protected Properties

Свойство Type Description
$decodeTable
$encodeTable
$encoding

Méthodes publiques

Méthode Description
__construct ( $encoding = 'UTF-8' )
decode ( $input )
encode ( $input )

Méthodes protégées

Méthode Description
adapt ( $delta, $numPoints, $firstTime )
calculateThreshold ( $k, $bias )
charToCodePoint ( $char )
codePointToChar ( $code )
decodePart ( $input )
encodePart ( $input )
listCodePoints ( $input )

Method Details

__construct() public méthode

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

adapt() protected méthode

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

calculateThreshold() protected méthode

protected calculateThreshold ( $k, $bias )

charToCodePoint() protected méthode

protected charToCodePoint ( $char )

codePointToChar() protected méthode

protected codePointToChar ( $code )

decode() public méthode

public decode ( $input )

decodePart() protected méthode

protected decodePart ( $input )

encode() public méthode

public encode ( $input )

encodePart() protected méthode

protected encodePart ( $input )

listCodePoints() protected méthode

protected listCodePoints ( $input )

Property Details

$decodeTable protected_oe static_oe property

protected static $decodeTable

$encodeTable protected_oe static_oe property

protected static $encodeTable

$encoding protected_oe property

protected $encoding