Icicle\Concurrent\Sync\SharedMemoryParcel::__clone PHP Method

__clone() public method

public __clone ( )
    public function __clone()
    {
        $value = $this->unwrap();
        $header = $this->getHeader();
        $this->init($value, $header['size'], $header['permissions']);
    }