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

#include <mysqlnd_structs.h>

Data Fields

struct st_mysqlnd_plugin_header plugin_header
 
struct { 
 
   func_auth_plugin__get_auth_data   get_auth_data 
 
   func_auth_plugin__handle_server_response   handle_server_response 
 
methods 
 

Detailed Description

Definition at line 1344 of file mysqlnd_structs.h.

Field Documentation

◆ get_auth_data

func_auth_plugin__get_auth_data st_mysqlnd_authentication_plugin::get_auth_data

Definition at line 1348 of file mysqlnd_structs.h.

◆ handle_server_response

func_auth_plugin__handle_server_response st_mysqlnd_authentication_plugin::handle_server_response

Definition at line 1349 of file mysqlnd_structs.h.

◆ [struct]

struct { ... } st_mysqlnd_authentication_plugin::methods

◆ plugin_header

struct st_mysqlnd_plugin_header st_mysqlnd_authentication_plugin::plugin_header

Definition at line 1346 of file mysqlnd_structs.h.


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