|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_encoding.h>
Data Fields | |
| int | type |
| char * | type_str |
| char * | ns |
| zend_string * | clark_notation |
| sdlTypePtr | sdl_type |
| soapMappingPtr | map |
Definition at line 180 of file php_encoding.h.
| zend_string* _encodeType::clark_notation |
Definition at line 184 of file php_encoding.h.
| soapMappingPtr _encodeType::map |
Definition at line 186 of file php_encoding.h.
| char* _encodeType::ns |
Definition at line 183 of file php_encoding.h.
| sdlTypePtr _encodeType::sdl_type |
Definition at line 185 of file php_encoding.h.
| int _encodeType::type |
Definition at line 181 of file php_encoding.h.
| char* _encodeType::type_str |
Definition at line 182 of file php_encoding.h.