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

#include <php_pdo_sqlite_int.h>

Data Fields

struct pdo_sqlite_collationnext
 
const char * name
 
zend_fcall_info_cache callback
 

Detailed Description

Definition at line 41 of file php_pdo_sqlite_int.h.

Field Documentation

◆ callback

zend_fcall_info_cache pdo_sqlite_collation::callback

Definition at line 45 of file php_pdo_sqlite_int.h.

◆ name

const char* pdo_sqlite_collation::name

Definition at line 44 of file php_pdo_sqlite_int.h.

◆ next

struct pdo_sqlite_collation* pdo_sqlite_collation::next

Definition at line 42 of file php_pdo_sqlite_int.h.


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