Phalcon\Session\Adapter\HandlerSocket::destroy PHP Méthode

destroy() public méthode

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