💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# PHP.base64\_decode 方法 ## 注释 ~~~ 对使用 MIME base64 编码的数据进行解码 ~~~ ## 语法 ~~~ public static string base64_decode( string code //要解码的字符串); ~~~ ## 参数 | 名称 | 说明 | | --- | --- | | code | 要解码的字符串 | ## 返回 ~~~ 对 encoded_data 进行解码,返回原始数据 ~~~