PHP 和 BitTorrent

发布于 2024-08-17 14:11:16 字数 70 浏览 7 评论 0原文

如何使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

无所谓啦 2024-08-24 14:11:16

看看 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.

无可置疑 2024-08-24 14:11:16

有关解码 .torrent 文件的特定库,另请参阅 File_Bittorrent2,来自 PEAR 库

For a specific library to decode .torrent files, also see File_Bittorrent2, from the PEAR library.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文