コード例 #1
0
ファイル: ClientTest.php プロジェクト: pear2/net_transmitter
 public function tearDown()
 {
     $this->assertInstanceOf(__NAMESPACE__ . '\\TcpClient', $this->client);
     if ($this->client->isPersistent()) {
         $this->client->close();
     }
     unset($this->client);
 }