[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:
Drak 2012-02-29 06:09:12 +00:00
parent a5a30591ee
commit b2ae8a983d

View file

@ -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