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

#include <php_sqlite3_structs.h>

Data Fields

struct _php_sqlite3_collationnext
 
const char * collation_name
 
zend_fcall_info_cache cmp_func
 

Detailed Description

Definition at line 56 of file php_sqlite3_structs.h.

Field Documentation

◆ cmp_func

zend_fcall_info_cache _php_sqlite3_collation::cmp_func

Definition at line 60 of file php_sqlite3_structs.h.

◆ collation_name

const char* _php_sqlite3_collation::collation_name

Definition at line 59 of file php_sqlite3_structs.h.

◆ next

struct _php_sqlite3_collation* _php_sqlite3_collation::next

Definition at line 57 of file php_sqlite3_structs.h.


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