change torrent table info_hash nullable

This commit is contained in:
xiaomlove
2024-10-14 02:23:20 +08:00
parent 2750059bea
commit 61877894fe
2 changed files with 34 additions and 2 deletions

View File

@@ -100,8 +100,11 @@ class Test extends Command
*/
public function handle()
{
$ip = "116.77.75.254";
$this->info(inet_pton($ip));
$ip = "44,
55,
444,65 5 32";
$result = preg_split("/[\r\n\s,]+/", trim($ip));
dd($result);
}
}