Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques statiques | |
static | encode ($src) |
static | encodeUnpadded ($src) |
Fonctions membres protégées statiques | |
static | decode6Bits ($src) |
static | encode6Bits ($src) |
Class ParagonIE_Sodium_Core_Base64UrlSafe
Copyright (c) 2016 - 2018 Paragon Initiative Enterprises. Copyright (c) 2014 Steve "Sc00bz" Thomas (steve at tobtu dot com)
|
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, 0x2b, 0x2f
int | $src |
|
static |
Encode into Base64
Base64 character set "[A-Z][a-z][0-9]+/"
string | $src |
TypeError |
|
staticprotected |
Uses bitwise operators instead of table-lookups to turn 8-bit integers into 6-bit integers.
int | $src |
|
static |
Encode into Base64, no = padding
Base64 character set "[A-Z][a-z][0-9]+/"
string | $src |
TypeError |