企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
# PHP.base64\_decode 方法 ## 注释 ~~~ 对使用 MIME base64 编码的数据进行解码 ~~~ ## 语法 ~~~ public static string base64_decode( string code //要解码的字符串); ~~~ ## 参数 | 名称 | 说明 | | --- | --- | | code | 要解码的字符串 | ## 返回 ~~~ 对 encoded_data 进行解码,返回原始数据 ~~~