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

#include <php_pdo_sqlite_int.h>

Data Fields

struct pdo_sqlite_funcnext
 
int argc
 
const char * funcname
 
zend_fcall_info_cache func
 
zend_fcall_info_cache step
 
zend_fcall_info_cache fini
 

Detailed Description

Definition at line 29 of file php_pdo_sqlite_int.h.

Field Documentation

◆ argc

int pdo_sqlite_func::argc

Definition at line 32 of file php_pdo_sqlite_int.h.

◆ fini

zend_fcall_info_cache pdo_sqlite_func::fini

Definition at line 38 of file php_pdo_sqlite_int.h.

◆ func

zend_fcall_info_cache pdo_sqlite_func::func

Definition at line 36 of file php_pdo_sqlite_int.h.

◆ funcname

const char* pdo_sqlite_func::funcname

Definition at line 33 of file php_pdo_sqlite_int.h.

◆ next

struct pdo_sqlite_func* pdo_sqlite_func::next

Definition at line 30 of file php_pdo_sqlite_int.h.

◆ step

zend_fcall_info_cache pdo_sqlite_func::step

Definition at line 37 of file php_pdo_sqlite_int.h.


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