Ejemplo n.º 1
0
 public function read()
 {
     AirD::Log(AirD::LOGTYPE_INTERNAL, "socketServer's read", true);
     $client = new $this->client_class(parent::accept());
     $this->on_accept($client);
     return $client;
 }