mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
优化Connection类close方法
This commit is contained in:
@@ -741,7 +741,10 @@ abstract class Connection
|
|||||||
*/
|
*/
|
||||||
public function close()
|
public function close()
|
||||||
{
|
{
|
||||||
$this->linkID = null;
|
$this->linkID = null;
|
||||||
|
$this->linkWrite = null;
|
||||||
|
$this->linkRead = null;
|
||||||
|
$this->links = [];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user