ParagonIE_Sodium_Core_Base64_Common::decode6Bits()
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
{} Это метод класса: ParagonIE_Sodium_Core_Base64_Common{}
Хуков нет.
Возвращает
int
.
Использование
$result = ParagonIE_Sodium_Core_Base64_Common::decode6Bits( $src );
- $src(int) (обязательный)
- -
Код ParagonIE_Sodium_Core_Base64_Common::decode6Bits() ParagonIE Sodium Core Base64 Common::decode6Bits WP 6.0
abstract protected static function decode6Bits($src);