PHP 函数:session_destroy()

结束 session。

语法: boolean session_destroy(void);

返回值: 布尔值

函数种类: 资料处理

内容说明
本函数结束目前的 Session。本函数没有参数,且返回值均为 true。