Decode Base64

Decode a Base64 encoded string back to its original text representation.

Code

Utilities
base64_decode($input);

Parameters

The Base64 encoded string to decode.

Server

More PHP Snippets