发新帖

[PHP] 使用base64_encode将文件转换成base64字符串

零下一度 2022-10-17 644

//使用file_get_contents将整个文件读入一个字符串

$file=file_get_contents('文件(txt、png等文件)');

 

$file_base64=base64_encode($file);


data:image/png;base64,$file_base64(base64串)


最新回复 (0)
返回
零下一度
主题数
928
帖子数
0
注册排名
1