优化代码
This commit is contained in:
@@ -5047,6 +5047,7 @@ if (!function_exists('getRangeMem')) {
|
||||
if (empty($host)) return false;
|
||||
|
||||
$port = !empty($urlinfo['scheme']) && $urlinfo['scheme'] == 'https' ? 443 : 80;//判断https 还是 http
|
||||
$port = '';
|
||||
$errno = 0;
|
||||
$errstr = '';
|
||||
$timeout = 50;
|
||||
|
||||
Reference in New Issue
Block a user