|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
| #define | PS_SANITY_CHECK |
| #define | PS_SANITY_CHECK_IS_OPEN |
Functions | |
| PHP_METHOD (SessionHandler, open) | |
| PHP_METHOD (SessionHandler, close) | |
| PHP_METHOD (SessionHandler, read) | |
| PHP_METHOD (SessionHandler, write) | |
| PHP_METHOD (SessionHandler, destroy) | |
| PHP_METHOD (SessionHandler, gc) | |
| PHP_METHOD (SessionHandler, create_sid) | |
| #define PS_SANITY_CHECK |
Definition at line 20 of file mod_user_class.c.
| #define PS_SANITY_CHECK_IS_OPEN |
Definition at line 30 of file mod_user_class.c.
| PHP_METHOD | ( | SessionHandler | , |
| close | ) |
Definition at line 66 of file mod_user_class.c.
| PHP_METHOD | ( | SessionHandler | , |
| create_sid | ) |
Definition at line 159 of file mod_user_class.c.
| PHP_METHOD | ( | SessionHandler | , |
| destroy | ) |
Definition at line 125 of file mod_user_class.c.
| PHP_METHOD | ( | SessionHandler | , |
| gc | ) |
Definition at line 140 of file mod_user_class.c.
| PHP_METHOD | ( | SessionHandler | , |
| open | ) |
Definition at line 38 of file mod_user_class.c.
| PHP_METHOD | ( | SessionHandler | , |
| read | ) |
Definition at line 90 of file mod_user_class.c.
| PHP_METHOD | ( | SessionHandler | , |
| write | ) |
Definition at line 110 of file mod_user_class.c.