Skip to main content

エイリアス

  • base64decode
  • base64.decode
  • crypt.base64.decode
  • crypt.base64_decode
  • crypt.base64decode

引数

string
必須
Base64 decoder に渡される Base64 入力。

戻り値

string
明示的な長さを持つ Lua string として返されるデコード済みバイト。

例

Base64 データをデコードし、返された Lua string を読み取ります。