|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_sqlite3_structs.h>
Data Fields | |
| zend_long | param_number |
| zend_string * | name |
| zend_long | type |
| zval | parameter |
Definition at line 36 of file php_sqlite3_structs.h.
| zend_string* php_sqlite3_bound_param::name |
Definition at line 38 of file php_sqlite3_structs.h.
| zend_long php_sqlite3_bound_param::param_number |
Definition at line 37 of file php_sqlite3_structs.h.
| zval php_sqlite3_bound_param::parameter |
Definition at line 40 of file php_sqlite3_structs.h.
| zend_long php_sqlite3_bound_param::type |
Definition at line 39 of file php_sqlite3_structs.h.