mysqli::set_local_infile_default
mysqli_set_local_infile_default
(PHP 5)
mysqli_set_local_infile_default — Unsets user defined handler for load local infile command
Descripción
Deactivates a LOAD DATA INFILE LOCAL handler previously set with mysqli_set_local_infile_handler().
Lista de parámetros
- link
-
Procedural style only: A link identifier returned by mysqli_connect() or mysqli_init()
Valores retornados
No value is returned.
Ejemplos
See mysqli_set_local_infile_handler() examples
mysqli::set_local_infile_default
There are no user contributed notes for this page.
