◆ decode6Bits()
static decode6Bits |
( |
int |
$src | ) |
|
|
staticprotected |
Uses bitwise operators instead of table-lookups to turn 6-bit integers into 8-bit integers.
Base64 character set: [.-9] [A-Z] [a-z] 0x2e-0x39, 0x41-0x5a, 0x61-0x7a
- Paramètres
-
- Renvoie
- int
◆ encode6Bits()
static encode6Bits |
( |
int |
$src | ) |
|
|
staticprotected |
Uses bitwise operators instead of table-lookups to turn 8-bit integers into 6-bit integers.
- Paramètres
-
- Renvoie
- string
La documentation de cette classe a été générée à partir du fichier suivant :