<?php$str = 'This is an encoded string';echo base64_encode($str);?>以上例程會輸出: VGhpcyBpcyBhbiBlbmNvZGVkIHN0cmluZw==