|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <mysqlnd_structs.h>
Data Fields | |
| php_stream * | fd |
| int | error_no |
| char | error_msg [MYSQLND_ERRMSG_SIZE+1] |
| const char * | filename |
Definition at line 162 of file mysqlnd_structs.h.
| char st_mysqlnd_infile_info::error_msg[MYSQLND_ERRMSG_SIZE+1] |
Definition at line 166 of file mysqlnd_structs.h.
| int st_mysqlnd_infile_info::error_no |
Definition at line 165 of file mysqlnd_structs.h.
| php_stream* st_mysqlnd_infile_info::fd |
Definition at line 164 of file mysqlnd_structs.h.
| const char* st_mysqlnd_infile_info::filename |
Definition at line 167 of file mysqlnd_structs.h.