mirror of
https://github.com/YGGverse/hl-php.git
synced 2025-01-28 23:34:17 +00:00
remove __destruct method
This commit is contained in:
parent
d07ba95654
commit
b7a5314030
@ -28,16 +28,6 @@ class Master
|
||||
}
|
||||
}
|
||||
|
||||
public function __destruct()
|
||||
{
|
||||
if ($this->_socket)
|
||||
{
|
||||
fclose(
|
||||
$this->_socket
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
public function getServersIPv6(
|
||||
int $limit = 100,
|
||||
string $region = "\xFF",
|
||||
|
Loading…
x
Reference in New Issue
Block a user