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

#include <mysqlnd_structs.h>

Data Fields

php_streamfd
 
int error_no
 
char error_msg [MYSQLND_ERRMSG_SIZE+1]
 
const char * filename
 

Detailed Description

Definition at line 162 of file mysqlnd_structs.h.

Field Documentation

◆ error_msg

char st_mysqlnd_infile_info::error_msg[MYSQLND_ERRMSG_SIZE+1]

Definition at line 166 of file mysqlnd_structs.h.

◆ error_no

int st_mysqlnd_infile_info::error_no

Definition at line 165 of file mysqlnd_structs.h.

◆ fd

php_stream* st_mysqlnd_infile_info::fd

Definition at line 164 of file mysqlnd_structs.h.

◆ filename

const char* st_mysqlnd_infile_info::filename

Definition at line 167 of file mysqlnd_structs.h.


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