在 PHP 中,输出为字节数组和流。哪一个更好?
我需要编写一个 php Web 服务来将文件输出到 Windows 客户端应用程序。我有两个选择:字节数组和流。哪一个更好并且更容易用 PHP 实现?
感谢您的帮助。
i need to write a php web service to output file to a Windows client application. I have two choice Byte Array and Streaming. Which one is better and easy to implement in PHP?
Thanks for your assistance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
怎么样....
注意:请参阅有关 的评论但是,二进制文件存在一些问题。
How about just....
Note: see the comment about some issues with binary files, however.