php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <mysqlnd_structs.h>
Public Member Functions | |
MYSQLND_CLASS_METHODS_TYPE (mysqlnd_vio) m | |
Data Fields | |
php_stream * | stream |
bool | ssl |
MYSQLND_VIO_OPTIONS | options |
zend_uchar | unused_pad1 |
bool | persistent |
Definition at line 841 of file mysqlnd_structs.h.
st_mysqlnd_vio_data::MYSQLND_CLASS_METHODS_TYPE | ( | mysqlnd_vio | ) |
MYSQLND_VIO_OPTIONS st_mysqlnd_vio_data::options |
Definition at line 845 of file mysqlnd_structs.h.
bool st_mysqlnd_vio_data::persistent |
Definition at line 852 of file mysqlnd_structs.h.
bool st_mysqlnd_vio_data::ssl |
Definition at line 844 of file mysqlnd_structs.h.
php_stream* st_mysqlnd_vio_data::stream |
Definition at line 843 of file mysqlnd_structs.h.
zend_uchar st_mysqlnd_vio_data::unused_pad1 |
Definition at line 849 of file mysqlnd_structs.h.