mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
downhash use dot instead of solid line
This commit is contained in:
@@ -101,9 +101,9 @@ class Test extends Command
|
||||
*/
|
||||
public function handle()
|
||||
{
|
||||
$torrent = Torrent::query()->find(12, ['info_hash']);
|
||||
$infoHash = $torrent->info_hash;
|
||||
dd($infoHash === rawurldecode("%15%24%f3%e6%91e%f6%fbT%be%3f%b8%f3%f7_%f5%f6%aa%3fv"));
|
||||
$str = "1.abc.de";
|
||||
$res = explode(".", $str, 2);
|
||||
dd($res);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user