作者 邓超

x

... ... @@ -129,6 +129,7 @@ class ImapClient {
public function __destruct()
{
@fclose($this->socket);
unset($this->socket);
// TODO: Implement __destruct() method.
}
... ...