Javascript debugger
Website design
↑
The decoded data.
Returns FALSE
if input contains space or some other separator.
<?php
$str = 'VGhpcyBpcyBhbiBlbmNvZGVkIHN0cmluZw==';
echo base64_decode($str);
?>
The above example will output:
This is an encoded string
base64_encode() |
» RFC 2045 section 6.8 |