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