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

#include <mysqlnd_structs.h>

Data Fields

unsigned int plugin_api_version
 
const char * plugin_name
 
zend_ulong plugin_version
 
const char * plugin_string_version
 
const char * plugin_license
 
const char * plugin_author
 
struct { 
 
   MYSQLND_STATS *   values 
 
   const MYSQLND_STRING *   names 
 
plugin_stats 
 
struct { 
 
   enum_func_status(*   plugin_shutdown )(void *plugin) 
 
m 
 

Detailed Description

Definition at line 1291 of file mysqlnd_structs.h.

Field Documentation

◆ [struct]

struct { ... } st_mysqlnd_plugin_header::m

◆ names

const MYSQLND_STRING* st_mysqlnd_plugin_header::names

Definition at line 1302 of file mysqlnd_structs.h.

◆ plugin_api_version

unsigned int st_mysqlnd_plugin_header::plugin_api_version

Definition at line 1293 of file mysqlnd_structs.h.

◆ plugin_author

const char* st_mysqlnd_plugin_header::plugin_author

Definition at line 1298 of file mysqlnd_structs.h.

◆ plugin_license

const char* st_mysqlnd_plugin_header::plugin_license

Definition at line 1297 of file mysqlnd_structs.h.

◆ plugin_name

const char* st_mysqlnd_plugin_header::plugin_name

Definition at line 1294 of file mysqlnd_structs.h.

◆ plugin_shutdown

enum_func_status(* st_mysqlnd_plugin_header::plugin_shutdown) (void *plugin)

Definition at line 1307 of file mysqlnd_structs.h.

◆ [struct]

struct { ... } st_mysqlnd_plugin_header::plugin_stats

◆ plugin_string_version

const char* st_mysqlnd_plugin_header::plugin_string_version

Definition at line 1296 of file mysqlnd_structs.h.

◆ plugin_version

zend_ulong st_mysqlnd_plugin_header::plugin_version

Definition at line 1295 of file mysqlnd_structs.h.

◆ values

MYSQLND_STATS* st_mysqlnd_plugin_header::values

Definition at line 1301 of file mysqlnd_structs.h.


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