Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct () | |
getPunycodePrefix () | |
Champs de données | |
const | punycodePrefix = 'xn--' |
const | invalidUcs = 0x80000000 |
const | maxUcs = 0x10FFFF |
const | base = 36 |
const | tMin = 1 |
const | tMax = 26 |
const | skew = 38 |
const | damp = 700 |
const | initialBias = 72 |
const | initialN = 0x80 |
Fonctions membres protégées | |
byteLength ($string) | |
adapt ($delta, $nPoints, $isFirst) | |
Attributs protégés | |
$unicodeTransCoder | |
Attributs protégés statiques | |
static | $isMbStringOverload |
static | $prefixAsArray |
static | $prefixLength |
__construct | ( | ) |
Références AbstractPunycode\byteLength(), et null.
|
protected |
Adapt the bias according to the current code point and position
int | $delta | |
int | $nPoints | |
int | $isFirst |
Référencé par FromPunycode\convert(), et ToPunycode\convert().
|
protected |
Gets the length of a string in bytes even if mbstring function overloading is turned on
string | $string | the string for which to get the length. |
Référencé par AbstractPunycode\__construct(), et FromPunycode\convert().
getPunycodePrefix | ( | ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
protected |
const base = 36 |
const damp = 700 |
const initialBias = 72 |
const initialN = 0x80 |
const invalidUcs = 0x80000000 |
const maxUcs = 0x10FFFF |
const punycodePrefix = 'xn--' |
const skew = 38 |
const tMax = 26 |
const tMin = 1 |