PHP 的磁力链接库
这里有人知道 PHP 的 magnet-URI 解析器吗?验证它,或者从中提取一些信息?
Does anyone here know of a magnet-URI-parser for PHP? To validate it, or maybe to extract some information from it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您只需要这些字段,这里有一个快速但肮脏的衬里:
应该产生:
If you only need the fields, here is a quick and dirty one liner:
Should yield:
如果您正在寻找类似的内容:
查看演示。
不能说这是否符合您的需求,您的问题有点不具体。所以留下评论吧。
In case you're looking for something like this:
take a look at the Demo.
Can't say if this matches your need, your question was sort of unspecific. So leave a comment.
来源 https://github.com/alfredfrancis/ Info-Hash-To-Magnet-URI/blob/master/example.php
source https://github.com/alfredfrancis/Info-Hash-To-Magnet-URI/blob/master/example.php