Elgg
Version 6.1
|
Encode and decode Base 64 URL. More...
Static Public Member Functions | |
static | encode ($bytes) |
Encode base 64 URL. More... | |
static | decode ($bytes) |
Decode base 64 URL. More... | |
Encode and decode Base 64 URL.
Definition at line 10 of file Base64Url.php.
|
static |
Decode base 64 URL.
string | $bytes | Bytes to decode |
Definition at line 30 of file Base64Url.php.
|
static |
Encode base 64 URL.
string | $bytes | Bytes to encode |
Definition at line 18 of file Base64Url.php.