Encode and decode Base 64 URL.
More...
Encode and decode Base 64 URL.
private
Definition at line 9 of file Base64Url.php.
static Elgg\Security\Base64Url::decode |
( |
|
$bytes | ) |
|
|
static |
Decode base 64 URL.
- Parameters
-
string | $bytes | Bytes to decode |
- Returns
- string|false
Definition at line 29 of file Base64Url.php.
static Elgg\Security\Base64Url::encode |
( |
|
$bytes | ) |
|
|
static |
Encode base 64 URL.
- Parameters
-
string | $bytes | Bytes to encode |
- Returns
- string
Definition at line 17 of file Base64Url.php.
The documentation for this class was generated from the following file: