Jenner\SimpleFork\Cache\SharedMemory::dettach PHP Method

dettach() public method

public dettach ( ) : boolean
return boolean
    public function dettach()
    {
        return shm_detach($this->shm);
        //allocate shared memory
    }