remove __destruct method

This commit is contained in:
ghost 2024-01-12 18:46:34 +02:00
parent d07ba95654
commit b7a5314030

View File

@ -28,16 +28,6 @@ class Master
}
}
public function __destruct()
{
if ($this->_socket)
{
fclose(
$this->_socket
);
}
}
public function getServersIPv6(
int $limit = 100,
string $region = "\xFF",