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

search for in the

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

view this page in

SessionHandlerInterface::close

(PHP 5 >= 5.4.0)

SessionHandlerInterface::closeセッションを閉じる

説明

abstract public bool SessionHandlerInterface::close ( void )

現在のセッションを閉じます。この関数はセッションを閉じるときに自動的に実行されます。 あるいは、明示的に session_write_close() 経由で実行することもできます。

パラメータ

この関数にはパラメータはありません。

返り値

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



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

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