mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Version info for session_status(), sessionhandler and the awesome session_register_shutdown()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321131 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e1b5525526
commit
0996a8adc5
1 changed files with 9 additions and 1 deletions
|
@ -17,13 +17,21 @@
|
|||
<function name='session_name' from='PHP 4, PHP 5'/>
|
||||
<function name='session_regenerate_id' from='PHP 4 >= 4.3.2, PHP 5'/>
|
||||
<function name='session_register' from='PHP 4, PHP 5'/>
|
||||
<function name='session_register_shutdown' from='PHP >=5.4.0'/>
|
||||
<function name='session_save_path' from='PHP 4, PHP 5'/>
|
||||
<function name='session_set_cookie_params' from='PHP 4, PHP 5'/>
|
||||
<function name='session_set_save_handler' from='PHP 4, PHP 5'/>
|
||||
<function name='session_start' from='PHP 4, PHP 5'/>
|
||||
<function name='session_status' from='PHP >=5.4.0'/>
|
||||
<function name='session_unregister' from='PHP 4, PHP 5'/>
|
||||
<function name='session_unset' from='PHP 4, PHP 5'/>
|
||||
<function name='session_write_close' from='PHP 4 >= 4.0.4, PHP 5'/>
|
||||
<function name='sessionhandler::close' from='PHP 5 >= 5.4.0'/>
|
||||
<function name='sessionhandler::destroy' from='PHP 5 >= 5.4.0'/>
|
||||
<function name='sessionhandler::gc' from='PHP 5 >= 5.4.0'/>
|
||||
<function name='sessionhandler::open' from='PHP 5 >= 5.4.0'/>
|
||||
<function name='sessionhandler::read' from='PHP 5 >= 5.4.0'/>
|
||||
<function name='sessionhandler::write' from='PHP 5 >= 5.4.0'/>
|
||||
</versions>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
@ -45,4 +53,4 @@ End:
|
|||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
-->
|
||||
|
|
Loading…
Reference in a new issue