|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <lsapidef.h>
Data Fields | ||
| char | m_versionB0 | |
| char | m_versionB1 | |
| char | m_type | |
| char | m_flag | |
| union { | ||
| int32_t m_iLen | ||
| char m_bytes [4] | ||
| } | m_packetLen | |
Definition at line 123 of file lsapidef.h.
| char lsapi_packet_header::m_bytes[4] |
Definition at line 132 of file lsapidef.h.
| char lsapi_packet_header::m_flag |
Definition at line 128 of file lsapidef.h.
| int32_t lsapi_packet_header::m_iLen |
Definition at line 131 of file lsapidef.h.
| union { ... } lsapi_packet_header::m_packetLen |
| char lsapi_packet_header::m_type |
Definition at line 127 of file lsapidef.h.
| char lsapi_packet_header::m_versionB0 |
Definition at line 125 of file lsapidef.h.
| char lsapi_packet_header::m_versionB1 |
Definition at line 126 of file lsapidef.h.