Display the drop-down list

base64_encode()

« base64_decode | base_convert »
<?php
$string 
base64_encode (
    
  // string $data
);
?>
Result
$string = 'VGhpcyBpcyBhbiBlbmNvZGVkIHN0cmluZw=='
Examples
#1 base64_encode  ("This is an encoded string")
See also
base64_decode, chunk_split, convert_uuencode