Jamm\Memory\IMemoryStorage::get_ID PHP Method

get_ID() public method

public get_ID ( )
    public function get_ID();

Usage Example

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