ドロップダウンリストを表示

base64_decode()

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