MySQLi
PHP Manual

mysqli::set_local_infile_default

mysqli_set_local_infile_default

(PHP 5)

mysqli::set_local_infile_default -- mysqli_set_local_infile_defaultUnsets user defined handler for load local infile command

Descripción

void mysqli_set_local_infile_default ( mysqli $link )

Deactivates a LOAD DATA INFILE LOCAL handler previously set with mysqli_set_local_infile_handler().

Parámetros

link

Sólo estilo procedimental: Un identificador de enlace devuelto por mysqli_connect() o mysqli_init()

Valores devueltos

No se devuelve ningún valor.

Ejemplos

See mysqli_set_local_infile_handler() examples

Ver también


MySQLi
PHP Manual