Phalcon\Session\Adapter\HandlerSocket::destroy PHP 메소드

destroy() 공개 메소드

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