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

#include <php_pdo_mysql_int.h>

Data Fields

const char * file
 
int line
 
unsigned int errcode
 
char * errmsg
 

Detailed Description

Definition at line 93 of file php_pdo_mysql_int.h.

Field Documentation

◆ errcode

unsigned int pdo_mysql_error_info::errcode

Definition at line 96 of file php_pdo_mysql_int.h.

◆ errmsg

char* pdo_mysql_error_info::errmsg

Definition at line 97 of file php_pdo_mysql_int.h.

◆ file

const char* pdo_mysql_error_info::file

Definition at line 94 of file php_pdo_mysql_int.h.

◆ line

int pdo_mysql_error_info::line

Definition at line 95 of file php_pdo_mysql_int.h.


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