◆ 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: [A-Z] [a-z] [0-9] - _ 0x41-0x5a, 0x61-0x7a, 0x30-0x39, 0x2d, 0x5f
- 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 :