mirror of
https://github.com/YGGverse/hl-php.git
synced 2026-03-31 17:15:39 +00:00
remove __destruct method
This commit is contained in:
parent
d07ba95654
commit
b7a5314030
1 changed files with 0 additions and 10 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue