• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • sodium_bin2base64()

    (PHP 7 >= 7.2.0)

    Description

    说明

    sodium_bin2base64(string $bin,int $id): string
    Warning

    本函数还未编写文档,仅有参数列表。

    参数

    $bin
    $id

    返回值

    bin: The data you wish to encode
    id: The variant of encoding to use, which can be one of the following constants. You'll need to reuse this value when decoding with sodium_base642bin.
    SODIUM_BASE64_VARIANT_ORIGINAL      = 1
    SODIUM_BASE64_VARIANT_ORIGINAL_NO_PADDING = 3
    SODIUM_BASE64_VARIANT_URLSAFE       = 5
    SODIUM_BASE64_VARIANT_URLSAFE_NO_PADDING = 7