多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# PHP.base64\_decode 方法 ## 注释 ~~~ 对使用 MIME base64 编码的数据进行解码 ~~~ ## 语法 ~~~ public static string base64_decode( string code //要解码的字符串); ~~~ ## 参数 | 名称 | 说明 | | --- | --- | | code | 要解码的字符串 | ## 返回 ~~~ 对 encoded_data 进行解码,返回原始数据 ~~~