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을 읽습니다.