php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_sqlite3_structs.h>
Data Fields | |
struct _php_sqlite3_func * | next |
const char * | func_name |
int | argc |
zend_fcall_info_cache | func |
zend_fcall_info_cache | step |
zend_fcall_info_cache | fini |
Definition at line 44 of file php_sqlite3_structs.h.
int _php_sqlite3_func::argc |
Definition at line 48 of file php_sqlite3_structs.h.
zend_fcall_info_cache _php_sqlite3_func::fini |
Definition at line 52 of file php_sqlite3_structs.h.
zend_fcall_info_cache _php_sqlite3_func::func |
Definition at line 50 of file php_sqlite3_structs.h.
const char* _php_sqlite3_func::func_name |
Definition at line 47 of file php_sqlite3_structs.h.
struct _php_sqlite3_func* _php_sqlite3_func::next |
Definition at line 45 of file php_sqlite3_structs.h.
zend_fcall_info_cache _php_sqlite3_func::step |
Definition at line 51 of file php_sqlite3_structs.h.