functions-online

base64_encode

description

Encodes the given $data with base64.

This encoding is designed to make binary data survive transport through transport layers that are not 8-bit clean, such as mail bodies.

With base64_encode() encoded data takes about 33% more space than the original data.

declaration of base64_encode

string base64_encode ( string $data )

test base64_encode online




share base64_encode

comments for base64_encode

On 20. Dec 2013 16:01 catala wrote:

Very nice site! Solved the problem with your service. Thank you!

On 17. Jul 2013 09:04 butzi wrote:

@tomas: blacklist some keywords/function-names is the last point to get some more security to the site. There was some attacks in the last month, that required this step.

On 13. Jul 2013 11:38 tomas wrote:

Why blacklist certain kws ? makes no sense...

more comments for base64_encode

There are some more comments for base64_encode(). To see them all click here.

+

Leave your comment