Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe RFC4648

Fonctions membres publiques statiques

static base64Encode (string $str)
 
static base64Decode (string $str)
 
static base64UrlSafeEncode (string $str)
 
static base64UrlSafeDecode (string $str)
 
static base32Encode (string $str)
 
static base32Decode (string $str)
 
static base32HexEncode (string $str)
 
static base32HexDecode (string $str)
 
static base16Encode (string $str)
 
static base16Decode (string $str)
 

Documentation des fonctions membres

◆ base16Decode()

static base16Decode ( string  $str)
static

RFC 4648 Base16 decoding

"666F6F" -> "foo"

Paramètres
string$str
Renvoie
string

Références EncoderInterface\decode().

◆ base16Encode()

static base16Encode ( string  $str)
static

RFC 4648 Base16 decoding

"foo" -> "666F6F"

Paramètres
string$str
Renvoie
string
Exceptions
TypeError

◆ base32Decode()

static base32Decode ( string  $str)
static

RFC 4648 Base32 encoding

"MZXW6===" -> "foo"

Paramètres
string$str
Renvoie
string
Exceptions
TypeError

Références Base32\decodeUpper().

◆ base32Encode()

static base32Encode ( string  $str)
static

RFC 4648 Base32 encoding

"foo" -> "MZXW6==="

Paramètres
string$str
Renvoie
string
Exceptions
TypeError

Références Base32\encodeUpper().

◆ base32HexDecode()

static base32HexDecode ( string  $str)
static

RFC 4648 Base32-Hex decoding

"CPNMU===" -> "foo"

Paramètres
string$str
Renvoie
string
Exceptions
TypeError

Références Base32\decodeUpper().

◆ base32HexEncode()

static base32HexEncode ( string  $str)
static

RFC 4648 Base32-Hex encoding

"foo" -> "CPNMU==="

Paramètres
string$str
Renvoie
string
Exceptions
TypeError

Références Base32\encodeUpper().

◆ base64Decode()

static base64Decode ( string  $str)
static

RFC 4648 Base64 decoding

"Zm9v" -> "foo"

Paramètres
string$str
Renvoie
string
Exceptions
TypeError

Références EncoderInterface\decode().

◆ base64Encode()

static base64Encode ( string  $str)
static

RFC 4648 Base64 encoding

"foo" -> "Zm9v"

Paramètres
string$str
Renvoie
string
Exceptions
TypeError

Références Base64\encode().

◆ base64UrlSafeDecode()

static base64UrlSafeDecode ( string  $str)
static

RFC 4648 Base64 (URL Safe) decoding

"Zm9v" -> "foo"

Paramètres
string$str
Renvoie
string
Exceptions
TypeError

Références EncoderInterface\decode().

◆ base64UrlSafeEncode()

static base64UrlSafeEncode ( string  $str)
static

RFC 4648 Base64 (URL Safe) encoding

"foo" -> "Zm9v"

Paramètres
string$str
Renvoie
string
Exceptions
TypeError

Références Base64\encode().


La documentation de cette classe a été générée à partir du fichier suivant :