downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

SessionHandlerInterface::gc> <SessionHandlerInterface::close
[edit] Last updated: Fri, 25 May 2012

view this page in

SessionHandlerInterface::destroy

(PHP 5 >= 5.4.0)

SessionHandlerInterface::destroyセッションを破棄する

説明

abstract public bool SessionHandlerInterface::destroy ( string $session_id )

セッションを破棄します。session_regenerate_id() ($destroy = TRUE) や session_destroy() からコールされ、session_decode() が失敗したときにもコールされます。

パラメータ

session_id

破棄するセッション ID。

返り値

返り値 (通常は、TRUE が成功そして FALSE が失敗を表します)。この値は PHP で内部的に処理されるものであることに注意しましょう。



add a note add a note User Contributed Notes SessionHandlerInterface::destroy
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites