|
1C-Bitrix 25.700.0
|
Открытые статические члены | |
| static | encode ($string) |
| static | decode ($base32String) |
См. определение в файле base32.php строка 7
|
static |
Decode Base32 encoded string
| string | $base32String | Base32 encoded string. |
| ArgumentTypeException | |
| DecodingException |
См. определение в файле base32.php строка 119
|
static |
Encode data to Base32 string
| string | $string | Data to encode. |
| ArgumentTypeException |
См. определение в файле base32.php строка 60