Fixed PHP bug #52033 (session_set_save_handler : no description for "write" callback)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300339 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Egeberg 2010-06-10 07:56:45 +00:00
parent ab5351a260
commit 79c7a362cb

View file

@ -65,6 +65,9 @@
<term><parameter>write</parameter></term>
<listitem>
<para>
Write function that is called when session data is to be saved in. This
function expects two parameters: an identifier and the data associated
with it.
<note>
<para>
The "write" handler is not executed until after the output stream is