|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#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 | |
Definition at line 1344 of file mysqlnd_structs.h.
| func_auth_plugin__get_auth_data st_mysqlnd_authentication_plugin::get_auth_data |
Definition at line 1348 of file mysqlnd_structs.h.
| func_auth_plugin__handle_server_response st_mysqlnd_authentication_plugin::handle_server_response |
Definition at line 1349 of file mysqlnd_structs.h.
| struct { ... } st_mysqlnd_authentication_plugin::methods |
| struct st_mysqlnd_plugin_header st_mysqlnd_authentication_plugin::plugin_header |
Definition at line 1346 of file mysqlnd_structs.h.