Phalcon\Session\Adapter\HandlerSocket::destroy PHP Method

destroy() public method

public destroy ( string $id ) : boolean
$id string
return boolean
    public function destroy($id)
    {
        $this->hs->executeDelete($this->hsIndex, '=', [$id], 1, 0);
        return true;
    }