|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_pdo_mysql_int.h>
Data Fields | |
| const char * | file |
| int | line |
| unsigned int | errcode |
| char * | errmsg |
Definition at line 93 of file php_pdo_mysql_int.h.
| unsigned int pdo_mysql_error_info::errcode |
Definition at line 96 of file php_pdo_mysql_int.h.
| char* pdo_mysql_error_info::errmsg |
Definition at line 97 of file php_pdo_mysql_int.h.
| const char* pdo_mysql_error_info::file |
Definition at line 94 of file php_pdo_mysql_int.h.
| int pdo_mysql_error_info::line |
Definition at line 95 of file php_pdo_mysql_int.h.