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 출력을 출력합니다.