显示下拉菜单

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