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

#include <mysqlnd_structs.h>

Public Member Functions

 MYSQLND_CLASS_METHODS_TYPE (mysqlnd_vio) m
 

Data Fields

php_streamstream
 
bool ssl
 
MYSQLND_VIO_OPTIONS options
 
zend_uchar unused_pad1
 
bool persistent
 

Detailed Description

Definition at line 841 of file mysqlnd_structs.h.

Member Function Documentation

◆ MYSQLND_CLASS_METHODS_TYPE()

st_mysqlnd_vio_data::MYSQLND_CLASS_METHODS_TYPE ( mysqlnd_vio )

Field Documentation

◆ options

MYSQLND_VIO_OPTIONS st_mysqlnd_vio_data::options

Definition at line 845 of file mysqlnd_structs.h.

◆ persistent

bool st_mysqlnd_vio_data::persistent

Definition at line 852 of file mysqlnd_structs.h.

◆ ssl

bool st_mysqlnd_vio_data::ssl

Definition at line 844 of file mysqlnd_structs.h.

◆ stream

php_stream* st_mysqlnd_vio_data::stream

Definition at line 843 of file mysqlnd_structs.h.

◆ unused_pad1

zend_uchar st_mysqlnd_vio_data::unused_pad1

Definition at line 849 of file mysqlnd_structs.h.


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