SessionHandlerInterface::destroy

(PHP 5 >= 5.4.0, PHP 7, PHP 8)

SessionHandlerInterface::destroy销毁会话

描述

public SessionHandlerInterface::destroy(string $id): bool

销毁会话。由 session_regenerate_id()(使用 $destroy = true)、session_destroy() 以及当 session_decode() 失败时调用。

参数

id

要销毁的会话 ID。

返回值

返回值(通常在成功时为 true,在失败时为 false)。请注意,此值将在内部返回给 PHP 进行处理。

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top