◆ base32Decode()
static base32Decode |
( |
string |
$str | ) |
|
|
static |
◆ base32DecodeUpper()
static base32DecodeUpper |
( |
string |
$str | ) |
|
|
static |
◆ base32Encode()
static base32Encode |
( |
string |
$str | ) |
|
|
static |
◆ base32EncodeUpper()
static base32EncodeUpper |
( |
string |
$str | ) |
|
|
static |
◆ base32HexDecode()
static base32HexDecode |
( |
string |
$str | ) |
|
|
static |
◆ base32HexDecodeUpper()
static base32HexDecodeUpper |
( |
string |
$str | ) |
|
|
static |
◆ base32HexEncode()
static base32HexEncode |
( |
string |
$str | ) |
|
|
static |
◆ base32HexEncodeUpper()
static base32HexEncodeUpper |
( |
string |
$str | ) |
|
|
static |
◆ base64Decode()
static base64Decode |
( |
string |
$str | ) |
|
|
static |
◆ base64DecodeDotSlash()
static base64DecodeDotSlash |
( |
string |
$str | ) |
|
|
static |
◆ base64DecodeDotSlashOrdered()
static base64DecodeDotSlashOrdered |
( |
string |
$str | ) |
|
|
static |
Decode from base64 to raw binary
Base64 character set "[.-9][A-Z][a-z]" or "./[0-9][A-Z][a-z]"
- Paramètres
-
- Renvoie
- string
- Exceptions
-
Références EncoderInterface\decode().
◆ base64Encode()
static base64Encode |
( |
string |
$str | ) |
|
|
static |
◆ base64EncodeDotSlash()
static base64EncodeDotSlash |
( |
string |
$str | ) |
|
|
static |
◆ base64EncodeDotSlashOrdered()
static base64EncodeDotSlashOrdered |
( |
string |
$str | ) |
|
|
static |
Encode into Base64
Base64 character set "[.-9][A-Z][a-z]" or "./[0-9][A-Z][a-z]"
- Paramètres
-
- Renvoie
- string
- Exceptions
-
Références Base64\encode().
◆ hexDecode()
static hexDecode |
( |
string |
$hex_string | ) |
|
|
static |
Convert a hexadecimal string into a binary string without cache-timing leaks
- Paramètres
-
- Renvoie
- string (raw binary)
- Exceptions
-
Références EncoderInterface\decode().
◆ hexDecodeUpper()
static hexDecodeUpper |
( |
string |
$bin_string | ) |
|
|
static |
Convert a binary string into a hexadecimal string without cache-timing leaks
- Paramètres
-
string | $bin_string | (raw binary) |
- Renvoie
- string
Références EncoderInterface\decode().
◆ hexEncode()
static hexEncode |
( |
string |
$bin_string | ) |
|
|
static |
Convert a binary string into a hexadecimal string without cache-timing leaks
- Paramètres
-
string | $bin_string | (raw binary) |
- Renvoie
- string
- Exceptions
-
Références EncoderInterface\encode().
◆ hexEncodeUpper()
static hexEncodeUpper |
( |
string |
$bin_string | ) |
|
|
static |
Convert a binary string into a hexadecimal string without cache-timing leaks
- Paramètres
-
string | $bin_string | (raw binary) |
- Renvoie
- string
- Exceptions
-
La documentation de cette classe a été générée à partir du fichier suivant :