base64_decode

Description

Decode a Base64 string.

string base64_decode( base64 string input )

Returns the unencoded text representation of the Base64 string.

Example

{base64_decode("c2FpbHRocnU=")} = sailthru

Contact us

Top