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

#include <php_sqlite3_structs.h>

Data Fields

struct _php_sqlite3_funcnext
 
const char * func_name
 
int argc
 
zend_fcall_info_cache func
 
zend_fcall_info_cache step
 
zend_fcall_info_cache fini
 

Detailed Description

Definition at line 44 of file php_sqlite3_structs.h.

Field Documentation

◆ argc

int _php_sqlite3_func::argc

Definition at line 48 of file php_sqlite3_structs.h.

◆ fini

zend_fcall_info_cache _php_sqlite3_func::fini

Definition at line 52 of file php_sqlite3_structs.h.

◆ func

zend_fcall_info_cache _php_sqlite3_func::func

Definition at line 50 of file php_sqlite3_structs.h.

◆ func_name

const char* _php_sqlite3_func::func_name

Definition at line 47 of file php_sqlite3_structs.h.

◆ next

struct _php_sqlite3_func* _php_sqlite3_func::next

Definition at line 45 of file php_sqlite3_structs.h.

◆ step

zend_fcall_info_cache _php_sqlite3_func::step

Definition at line 51 of file php_sqlite3_structs.h.


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