|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php.h"#include "mysqlnd.h"#include "mysqlnd_wireprotocol.h"#include "mysqlnd_priv.h"#include "mysqlnd_debug.h"Go to the source code of this file.
Functions | |
| PHPAPI void | mysqlnd_local_infile_default (MYSQLND_CONN_DATA *conn) |
| enum_func_status | mysqlnd_handle_local_infile (MYSQLND_CONN_DATA *conn, const char *const filename, bool *is_warning) |
| enum_func_status mysqlnd_handle_local_infile | ( | MYSQLND_CONN_DATA * | conn, |
| const char *const | filename, | ||
| bool * | is_warning ) |
Definition at line 140 of file mysqlnd_loaddata.c.
| PHPAPI void mysqlnd_local_infile_default | ( | MYSQLND_CONN_DATA * | conn | ) |
Definition at line 125 of file mysqlnd_loaddata.c.