|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_sqlite3_structs.h>
Data Fields | |
| sqlite3_stmt * | stmt |
| php_sqlite3_db_object * | db_obj |
| zval | db_obj_zval |
| int | initialised |
| HashTable * | bound_params |
| zend_object | zo |
Definition at line 120 of file php_sqlite3_structs.h.
| HashTable* _php_sqlite3_stmt_object::bound_params |
Definition at line 128 of file php_sqlite3_structs.h.
| php_sqlite3_db_object* _php_sqlite3_stmt_object::db_obj |
Definition at line 122 of file php_sqlite3_structs.h.
| zval _php_sqlite3_stmt_object::db_obj_zval |
Definition at line 123 of file php_sqlite3_structs.h.
| int _php_sqlite3_stmt_object::initialised |
Definition at line 125 of file php_sqlite3_structs.h.
| sqlite3_stmt* _php_sqlite3_stmt_object::stmt |
Definition at line 121 of file php_sqlite3_structs.h.
| zend_object _php_sqlite3_stmt_object::zo |
Definition at line 129 of file php_sqlite3_structs.h.