php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
ps_module_struct Struct Reference

#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)
 

Detailed Description

Definition at line 39 of file php_session.h.

Field Documentation

◆ s_close

zend_result(* ps_module_struct::s_close) (PS_CLOSE_ARGS)

Definition at line 42 of file php_session.h.

◆ s_create_sid

zend_string *(* ps_module_struct::s_create_sid) (PS_CREATE_SID_ARGS)

Definition at line 47 of file php_session.h.

◆ s_destroy

zend_result(* ps_module_struct::s_destroy) (PS_DESTROY_ARGS)

Definition at line 45 of file php_session.h.

◆ s_gc

zend_long(* ps_module_struct::s_gc) (PS_GC_ARGS)

Definition at line 46 of file php_session.h.

◆ s_name

const char* ps_module_struct::s_name

Definition at line 40 of file php_session.h.

◆ s_open

zend_result(* ps_module_struct::s_open) (PS_OPEN_ARGS)

Definition at line 41 of file php_session.h.

◆ s_read

zend_result(* ps_module_struct::s_read) (PS_READ_ARGS)

Definition at line 43 of file php_session.h.

◆ s_update_timestamp

zend_result(* ps_module_struct::s_update_timestamp) (PS_UPDATE_TIMESTAMP_ARGS)

Definition at line 49 of file php_session.h.

◆ s_validate_sid

zend_result(* ps_module_struct::s_validate_sid) (PS_VALIDATE_SID_ARGS)

Definition at line 48 of file php_session.h.

◆ s_write

zend_result(* ps_module_struct::s_write) (PS_WRITE_ARGS)

Definition at line 44 of file php_session.h.


The documentation for this struct was generated from the following file: