php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_session.h>
Data Fields | |
const char * | s_name |
zend_result(* | s_open )(PS_OPEN_ARGS) |
zend_result(* | s_close )(PS_CLOSE_ARGS) |
zend_result(* | s_read )(PS_READ_ARGS) |
zend_result(* | s_write )(PS_WRITE_ARGS) |
zend_result(* | s_destroy )(PS_DESTROY_ARGS) |
zend_long(* | s_gc )(PS_GC_ARGS) |
zend_string *(* | s_create_sid )(PS_CREATE_SID_ARGS) |
zend_result(* | s_validate_sid )(PS_VALIDATE_SID_ARGS) |
zend_result(* | s_update_timestamp )(PS_UPDATE_TIMESTAMP_ARGS) |
Definition at line 39 of file php_session.h.
zend_result(* ps_module_struct::s_close) (PS_CLOSE_ARGS) |
Definition at line 42 of file php_session.h.
zend_string *(* ps_module_struct::s_create_sid) (PS_CREATE_SID_ARGS) |
Definition at line 47 of file php_session.h.
zend_result(* ps_module_struct::s_destroy) (PS_DESTROY_ARGS) |
Definition at line 45 of file php_session.h.
zend_long(* ps_module_struct::s_gc) (PS_GC_ARGS) |
Definition at line 46 of file php_session.h.
const char* ps_module_struct::s_name |
Definition at line 40 of file php_session.h.
zend_result(* ps_module_struct::s_open) (PS_OPEN_ARGS) |
Definition at line 41 of file php_session.h.
zend_result(* ps_module_struct::s_read) (PS_READ_ARGS) |
Definition at line 43 of file php_session.h.
zend_result(* ps_module_struct::s_update_timestamp) (PS_UPDATE_TIMESTAMP_ARGS) |
Definition at line 49 of file php_session.h.
zend_result(* ps_module_struct::s_validate_sid) (PS_VALIDATE_SID_ARGS) |
Definition at line 48 of file php_session.h.
zend_result(* ps_module_struct::s_write) (PS_WRITE_ARGS) |
Definition at line 44 of file php_session.h.