[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
Class ParagonIE_Sodium_Core_Base64 Copyright (c) 2016 - 2018 Paragon Initiative Enterprises. Copyright (c) 2014 Steve "Sc00bz" Thomas (steve at tobtu dot com)
File Size: | 213 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
encode($src) X-Ref |
Encode into Base64 Base64 character set "[A-Z][a-z][0-9]+/" param: string $src return: string |
encodeUnpadded($src) X-Ref |
Encode into Base64, no = padding Base64 character set "[A-Z][a-z][0-9]+/" param: string $src return: string |
doEncode($src, $pad = true) X-Ref |
param: string $src param: bool $pad Include = padding? return: string |
decode($src, $strictPadding = false) X-Ref |
decode from base64 into binary Base64 character set "./[A-Z][a-z][0-9]" param: string $src param: bool $strictPadding return: string |
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |