Ejemplo n.º 1
0
 public function isReadable()
 {
     if (strlen($this->rBuf_) > 0) {
         return true;
     }
     return $this->transport_->isReadable();
 }