Ejemplo n.º 1
0
 public function init()
 {
     parent::init();
     $this->last_activity_time = time();
 }
Ejemplo n.º 2
0
 public function init()
 {
     parent::init();
     $this->id = posix_getpid();
     $this->handshake();
 }