Display the text box

base64_decode()

« atanh | base64_encode »
<?php
$string 
base64_decode (
    
// string $data
    
?  // [bool $strict = false]
);
?>
Result
$string = 'This is an encoded string'
Examples
#1 base64_decode  ("VGhpcyBpcyBhbiBlbmNvZGVkIHN0cmluZw==")
See also
base64_encode