PHP 和 BitTorrent
如何使用 PHP 读取/解码 .torrent 文件?
我是否需要任何特定的库来解码此类文件,或者是否更简单?
How can I read / decode a .torrent file with PHP?
Do I need any specific library to decode such files or is it something simpler?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看 torrentflux。它是一个开源 Bit Torrent 客户端。 /html/BDecode.php 中的代码处理解码 .torrent 文件。
Take a look at torrentflux. Its an open source bit torrent client. The code in /html/BDecode.php deals with decoding .torrent files.
有关解码 .torrent 文件的特定库,另请参阅 File_Bittorrent2,来自 PEAR 库。
For a specific library to decode .torrent files, also see File_Bittorrent2, from the PEAR library.