add uploadspeed + downloadspeed +isp

This commit is contained in:
xiaomlove
2022-07-30 15:06:51 +08:00
parent 8a4f4a77cb
commit 1ed68b6058
28 changed files with 477 additions and 64 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ class Test extends Command
// $ipObj = IPBlock::create($ip);
// $ipObj = IP::create($ip);
// $r = $ipObj->getVersion();
$r = get_ip_location('116.30.133.129');
$r = isIPSeedBox('116.30.133.129', 1);
// $r = get_ip_location_from_geoip('116.30.133.129');
dd($r);
}