我正在使用从 torrenteditor 获得的 php 脚本来创建 torrent 文件,但是当我使用指定的方法创建新的 torrent 文件时,会创建 torrent 文件但我收到很多通知。,像这样
在第 319 行的 myfile.php 中,只能通过引用返回变量引用
在这条线上
return new BEncode_End();
它被指定为另一个类
class BEncode_End
{
public function get_type()
{
return 'end';
}
}
那么我该如何解决这个通知?
我对课程很陌生,所以不知道从哪里开始。
此处上传的完整脚本/代码http://pastebin.com/L6ktvrne,第 319 行
我在用
ini_set('display_errors', 1);
error_reporting(E_ALL);