base64_encode_tostring()

Encode une chaîne au format de chaîne base64.

Alias dépréciés : base64_encodestring()

Syntax

base64_encode_tostring(string)

Découvrez les conventions de syntaxe.

Paramètres

Nom Type Obligatoire Description
string string ✔️ Valeur à encoder en tant que chaîne en base64.

Retours

Retourne une chaîne encodée en base64.

Exemple

print Quine=base64_encode_tostring("Kusto")

Sortie

Quine
S3VzdG8=