mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
ab5351a260
commit
79c7a362cb
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue