Açılır listeyi görüntüleyin

base64_decode()

« atanh | base64_encode »
<?php
$string 
base64_decode (
    
// string $data
    
?  // [bool $strict = false]
);
?>
Sonuç
$string = 'This is an encoded string'
Örnekler
#1 base64_decode  ("VGhpcyBpcyBhbiBlbmNvZGVkIHN0cmluZw==")
Ayrıca bkz
base64_encode