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

Data Fields

sqlite3_blob * blob
 
size_t position
 
size_t size
 
int flags
 

Detailed Description

Definition at line 1079 of file sqlite3.c.

Field Documentation

◆ blob

sqlite3_blob* php_stream_sqlite3_data::blob

Definition at line 1080 of file sqlite3.c.

◆ flags

int php_stream_sqlite3_data::flags

Definition at line 1083 of file sqlite3.c.

◆ position

size_t php_stream_sqlite3_data::position

Definition at line 1081 of file sqlite3.c.

◆ size

size_t php_stream_sqlite3_data::size

Definition at line 1082 of file sqlite3.c.


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