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

#include <php_sqlite3_structs.h>

Data Fields

zend_long param_number
 
zend_stringname
 
zend_long type
 
zval parameter
 

Detailed Description

Definition at line 36 of file php_sqlite3_structs.h.

Field Documentation

◆ name

zend_string* php_sqlite3_bound_param::name

Definition at line 38 of file php_sqlite3_structs.h.

◆ param_number

zend_long php_sqlite3_bound_param::param_number

Definition at line 37 of file php_sqlite3_structs.h.

◆ parameter

zval php_sqlite3_bound_param::parameter

Definition at line 40 of file php_sqlite3_structs.h.

◆ type

zend_long php_sqlite3_bound_param::type

Definition at line 39 of file php_sqlite3_structs.h.


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