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

#include <php_encoding.h>

Data Fields

int type
 
char * type_str
 
char * ns
 
zend_stringclark_notation
 
sdlTypePtr sdl_type
 
soapMappingPtr map
 

Detailed Description

Definition at line 180 of file php_encoding.h.

Field Documentation

◆ clark_notation

zend_string* _encodeType::clark_notation

Definition at line 184 of file php_encoding.h.

◆ map

soapMappingPtr _encodeType::map

Definition at line 186 of file php_encoding.h.

◆ ns

char* _encodeType::ns

Definition at line 183 of file php_encoding.h.

◆ sdl_type

sdlTypePtr _encodeType::sdl_type

Definition at line 185 of file php_encoding.h.

◆ type

int _encodeType::type

Definition at line 181 of file php_encoding.h.

◆ type_str

char* _encodeType::type_str

Definition at line 182 of file php_encoding.h.


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