Skip to main content

エイリアス

  • base64encode
  • base64.encode
  • crypt.base64.encode
  • crypt.base64_encode
  • crypt.base64encode

引数

string
必須
Base64 encoder に渡される Lua string のバイト。

戻り値

string
Lua string として返される Base64 出力。

例

Lua string をエンコードし、Base64 出力を表示します。