(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