编码函数:base64_encode()

<?php
$str = 'This is an encoded string';
echo base64_encode($str);
?>

解码函数:base64_decode()

base64_decode($str)

最后修改:2022 年 08 月 23 日
如果觉得我的文章对你有用,请随意赞赏