get_ID() public method

public get_ID ( )
Example #1
0
 public function semaphore_create()
 {
     return $this->mem->add($this->key_semaphore, $this->mem->get_ID(), $this->semaphore_life_time);
 }