◆ decode5Bits()
static decode5Bits |
( |
int |
$src | ) |
|
|
staticprotected |
Uses bitwise operators instead of table-lookups to turn 5-bit integers into 8-bit integers.
- Paramètres
-
- Renvoie
- int
◆ decode5BitsUpper()
static decode5BitsUpper |
( |
int |
$src | ) |
|
|
staticprotected |
Uses bitwise operators instead of table-lookups to turn 5-bit integers into 8-bit integers.
- Paramètres
-
- Renvoie
- int
◆ encode5Bits()
static encode5Bits |
( |
int |
$src | ) |
|
|
staticprotected |
Uses bitwise operators instead of table-lookups to turn 8-bit integers into 5-bit integers.
- Paramètres
-
- Renvoie
- string
◆ encode5BitsUpper()
static encode5BitsUpper |
( |
int |
$src | ) |
|
|
staticprotected |
Uses bitwise operators instead of table-lookups to turn 8-bit integers into 5-bit integers.
Uppercase variant.
- Paramètres
-
- Renvoie
- string
La documentation de cette classe a été générée à partir du fichier suivant :