(PHP 5 >= 5.4.0, PHP 7, PHP 8)
SessionHandlerInterface::destroy — 销毁会话
$id
销毁会话。由 session_regenerate_id()(使用 $destroy = true)、session_destroy() 以及当 session_decode() 失败时调用。
true
id
要销毁的会话 ID。
返回值(通常在成功时为 true,在失败时为 false)。请注意,此值将在内部返回给 PHP 进行处理。
false