Visualizzare l'elenco a discesa

base64_decode()

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