示例#1
0
文件: Pool.php 项目: 0x20h/phloppy
 /**
  * Check if the stream is connected.
  *
  * @return boolean True if the stream is connected.
  */
 public function isConnected()
 {
     return $this->connected->isConnected();
 }