解析 XML - 恢复图像
任何人都可以向我解释如何使用 simplexml 从远程服务器生成图像并将其存储在临时图像文件中,或者向我指出一个教程,该教程将阐明如何执行此操作?
谢谢!
Can anyone please explain to me how to generate an image from a remote server using simplexml and store it in a temporary image file or point me to a tutorial that would shed some light on how to do this?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
二进制数据通常使用 base64 编码存储在 XML 中。您可以对数据运行 Base64 解码函数来获取图像数据。
Binary data is typically stored in XML using base64 encoding. You would run a base64 decode function over the data to get the image data.