Recca0120\LaravelTracy\Session\StoreWrapper::close PHP Method

close() public method

close.
public close ( ) : boolean
return boolean
    public function close()
    {
        if ($this->closable === true) {
            @session_write_close();
            return true;
        }
        return false;
    }