|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_sqlite3_structs.h>
Data Fields | |
| int | initialised |
| sqlite3 * | db |
| php_sqlite3_func * | funcs |
| php_sqlite3_collation * | collations |
| zend_fcall_info_cache | authorizer_fcc |
| bool | exception |
| zend_llist | free_list |
| zend_object | zo |
Definition at line 64 of file php_sqlite3_structs.h.
| zend_fcall_info_cache _php_sqlite3_db_object::authorizer_fcc |
Definition at line 69 of file php_sqlite3_structs.h.
| php_sqlite3_collation* _php_sqlite3_db_object::collations |
Definition at line 68 of file php_sqlite3_structs.h.
| sqlite3* _php_sqlite3_db_object::db |
Definition at line 66 of file php_sqlite3_structs.h.
| bool _php_sqlite3_db_object::exception |
Definition at line 71 of file php_sqlite3_structs.h.
| zend_llist _php_sqlite3_db_object::free_list |
Definition at line 73 of file php_sqlite3_structs.h.
| php_sqlite3_func* _php_sqlite3_db_object::funcs |
Definition at line 67 of file php_sqlite3_structs.h.
| int _php_sqlite3_db_object::initialised |
Definition at line 65 of file php_sqlite3_structs.h.
| zend_object _php_sqlite3_db_object::zo |
Definition at line 74 of file php_sqlite3_structs.h.