|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <mysqlnd_structs.h>
Public Member Functions | |
| MYSQLND_CLASS_METHODS_TYPE (mysqlnd_protocol_packet_frame_codec) m | |
Data Fields | |
| php_stream * | stream |
| bool | compressed |
| bool | ssl |
| uint64_t | flags |
| char * | sha256_server_public_key |
| void * | unused_pad1 |
| zend_uchar | packet_no |
| zend_uchar | compressed_envelope_packet_no |
| bool | persistent |
Definition at line 1116 of file mysqlnd_structs.h.
| st_mysqlnd_protocol_frame_codec_data::MYSQLND_CLASS_METHODS_TYPE | ( | mysqlnd_protocol_packet_frame_codec | ) |
| bool st_mysqlnd_protocol_frame_codec_data::compressed |
Definition at line 1119 of file mysqlnd_structs.h.
| zend_uchar st_mysqlnd_protocol_frame_codec_data::compressed_envelope_packet_no |
Definition at line 1132 of file mysqlnd_structs.h.
| uint64_t st_mysqlnd_protocol_frame_codec_data::flags |
Definition at line 1121 of file mysqlnd_structs.h.
| zend_uchar st_mysqlnd_protocol_frame_codec_data::packet_no |
Definition at line 1131 of file mysqlnd_structs.h.
| bool st_mysqlnd_protocol_frame_codec_data::persistent |
Definition at line 1134 of file mysqlnd_structs.h.
| char* st_mysqlnd_protocol_frame_codec_data::sha256_server_public_key |
Definition at line 1122 of file mysqlnd_structs.h.
| bool st_mysqlnd_protocol_frame_codec_data::ssl |
Definition at line 1120 of file mysqlnd_structs.h.
| php_stream* st_mysqlnd_protocol_frame_codec_data::stream |
Definition at line 1118 of file mysqlnd_structs.h.
| void* st_mysqlnd_protocol_frame_codec_data::unused_pad1 |
Definition at line 1127 of file mysqlnd_structs.h.