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

#include <php_mysqli_structs.h>

Data Fields

zval reason
 
zval sqlstate
 
int errorno
 
MYSQLI_WARNINGnext
 

Detailed Description

Definition at line 92 of file php_mysqli_structs.h.

Field Documentation

◆ errorno

int st_mysqli_warning::errorno

Definition at line 95 of file php_mysqli_structs.h.

◆ next

MYSQLI_WARNING* st_mysqli_warning::next

Definition at line 96 of file php_mysqli_structs.h.

◆ reason

zval st_mysqli_warning::reason

Definition at line 93 of file php_mysqli_structs.h.

◆ sqlstate

zval st_mysqli_warning::sqlstate

Definition at line 94 of file php_mysqli_structs.h.


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