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

#include <php_mysqli_structs.h>

Data Fields

MYSQL_STMTstmt
 
BIND_BUFFER param
 
BIND_BUFFER result
 
char * query
 

Detailed Description

Definition at line 55 of file php_mysqli_structs.h.

Field Documentation

◆ param

BIND_BUFFER MY_STMT::param

Definition at line 57 of file php_mysqli_structs.h.

◆ query

char* MY_STMT::query

Definition at line 59 of file php_mysqli_structs.h.

◆ result

BIND_BUFFER MY_STMT::result

Definition at line 58 of file php_mysqli_structs.h.

◆ stmt

MYSQL_STMT* MY_STMT::stmt

Definition at line 56 of file php_mysqli_structs.h.


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