|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_pdo_sqlite_int.h>
Data Fields | |
| struct pdo_sqlite_func * | next |
| int | argc |
| const char * | funcname |
| zend_fcall_info_cache | func |
| zend_fcall_info_cache | step |
| zend_fcall_info_cache | fini |
Definition at line 29 of file php_pdo_sqlite_int.h.
| int pdo_sqlite_func::argc |
Definition at line 32 of file php_pdo_sqlite_int.h.
| zend_fcall_info_cache pdo_sqlite_func::fini |
Definition at line 38 of file php_pdo_sqlite_int.h.
| zend_fcall_info_cache pdo_sqlite_func::func |
Definition at line 36 of file php_pdo_sqlite_int.h.
| const char* pdo_sqlite_func::funcname |
Definition at line 33 of file php_pdo_sqlite_int.h.
| struct pdo_sqlite_func* pdo_sqlite_func::next |
Definition at line 30 of file php_pdo_sqlite_int.h.
| zend_fcall_info_cache pdo_sqlite_func::step |
Definition at line 37 of file php_pdo_sqlite_int.h.