◆ base16Decode()
static base16Decode |
( |
string |
$str | ) |
|
|
static |
◆ base16Encode()
static base16Encode |
( |
string |
$str | ) |
|
|
static |
RFC 4648 Base16 decoding
"foo" -> "666F6F"
- Paramètres
-
- Renvoie
- string
- Exceptions
-
◆ base32Decode()
static base32Decode |
( |
string |
$str | ) |
|
|
static |
◆ base32Encode()
static base32Encode |
( |
string |
$str | ) |
|
|
static |
◆ base32HexDecode()
static base32HexDecode |
( |
string |
$str | ) |
|
|
static |
RFC 4648 Base32-Hex decoding
"CPNMU===" -> "foo"
- Paramètres
-
- Renvoie
- string
- Exceptions
-
Références Base32\decodeUpper().
◆ base32HexEncode()
static base32HexEncode |
( |
string |
$str | ) |
|
|
static |
RFC 4648 Base32-Hex encoding
"foo" -> "CPNMU==="
- Paramètres
-
- Renvoie
- string
- Exceptions
-
Références Base32\encodeUpper().
◆ base64Decode()
static base64Decode |
( |
string |
$str | ) |
|
|
static |
◆ base64Encode()
static base64Encode |
( |
string |
$str | ) |
|
|
static |
◆ base64UrlSafeDecode()
static base64UrlSafeDecode |
( |
string |
$str | ) |
|
|
static |
◆ base64UrlSafeEncode()
static base64UrlSafeEncode |
( |
string |
$str | ) |
|
|
static |
RFC 4648 Base64 (URL Safe) encoding
"foo" -> "Zm9v"
- Paramètres
-
- Renvoie
- string
- Exceptions
-
Références Base64\encode().
La documentation de cette classe a été générée à partir du fichier suivant :