mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
[session] Added more formatting.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323653 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a5a30591ee
commit
b2ae8a983d
1 changed files with 3 additions and 2 deletions
|
@ -248,8 +248,9 @@ here</a>.
|
|||
<para>
|
||||
The callbacks specified in <function>session_set_save_handler</function> are methods
|
||||
called by PHP during the life-cycle of a session: <parameter>open</parameter>, <parameter>read</parameter>,
|
||||
<parameter>write</parameter> and <parameter>close</parameter> and for the housekeeping tasks of deleting
|
||||
stored sessions and periodic garbage collection.
|
||||
<parameter>write</parameter> and <parameter>close</parameter> and for the housekeeping tasks:
|
||||
<parameter>destroy</parameter> for deleting a session and <parameter>gc</parameter> for periodic garbage
|
||||
collection.
|
||||
</para>
|
||||
<para>
|
||||
Therefor, PHP always requires session save handlers. The default is usually the
|
||||
|
|
Loading…
Reference in a new issue