mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Added session_is_registered(varname) function.
This commit is contained in:
parent
17f725d21a
commit
a6aacfd2b6
2 changed files with 28 additions and 0 deletions
|
@ -96,6 +96,7 @@ PHP_FUNCTION(session_id);
|
|||
PHP_FUNCTION(session_decode);
|
||||
PHP_FUNCTION(session_register);
|
||||
PHP_FUNCTION(session_unregister);
|
||||
PHP_FUNCTION(session_is_registered);
|
||||
PHP_FUNCTION(session_encode);
|
||||
PHP_FUNCTION(session_start);
|
||||
PHP_FUNCTION(session_destroy);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue