我收到错误
命名参数 torrent 不在调用参数中。
用于 Pear SOAP_client 和 Torcache API
这是我的代码
$client = new SOAP_Client ( 'http://torcache.net/torcache.wsdl' );
$infoHash = $client->cacheTorrent( base64_encode( file_get_contents( 'mytorrent' ) ) );
echo ($infoHash);
这是从他们的 API 页面链接的;https://torcache.net/api
我有点困惑如何从这里开始?有什么建议么?