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

#include <php_sqlite3_structs.h>

Data Fields

int initialised
 
sqlite3 * db
 
php_sqlite3_funcfuncs
 
php_sqlite3_collationcollations
 
zend_fcall_info_cache authorizer_fcc
 
bool exception
 
zend_llist free_list
 
zend_object zo
 

Detailed Description

Definition at line 64 of file php_sqlite3_structs.h.

Field Documentation

◆ authorizer_fcc

zend_fcall_info_cache _php_sqlite3_db_object::authorizer_fcc

Definition at line 69 of file php_sqlite3_structs.h.

◆ collations

php_sqlite3_collation* _php_sqlite3_db_object::collations

Definition at line 68 of file php_sqlite3_structs.h.

◆ db

sqlite3* _php_sqlite3_db_object::db

Definition at line 66 of file php_sqlite3_structs.h.

◆ exception

bool _php_sqlite3_db_object::exception

Definition at line 71 of file php_sqlite3_structs.h.

◆ free_list

zend_llist _php_sqlite3_db_object::free_list

Definition at line 73 of file php_sqlite3_structs.h.

◆ funcs

php_sqlite3_func* _php_sqlite3_db_object::funcs

Definition at line 67 of file php_sqlite3_structs.h.

◆ initialised

int _php_sqlite3_db_object::initialised

Definition at line 65 of file php_sqlite3_structs.h.

◆ zo

zend_object _php_sqlite3_db_object::zo

Definition at line 74 of file php_sqlite3_structs.h.


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