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

#include <php_session.h>

Data Fields

const char * name
 
zend_string *(* encode )(PS_SERIALIZER_ENCODE_ARGS)
 
zend_result(* decode )(PS_SERIALIZER_DECODE_ARGS)
 

Detailed Description

Definition at line 225 of file php_session.h.

Field Documentation

◆ decode

zend_result(* ps_serializer_struct::decode) (PS_SERIALIZER_DECODE_ARGS)

Definition at line 228 of file php_session.h.

◆ encode

zend_string *(* ps_serializer_struct::encode) (PS_SERIALIZER_ENCODE_ARGS)

Definition at line 227 of file php_session.h.

◆ name

const char* ps_serializer_struct::name

Definition at line 226 of file php_session.h.


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