Unsets user defined handler for load local infile command (original) (raw)
mysqli::set_local_infile_default
mysqli_set_local_infile_default
(PHP 5 < 5.4.0)
mysqli::set_local_infile_default -- mysqli_set_local_infile_default — Unsets user defined handler for load local infile command
Description
Object oriented style
public mysqli::set_local_infile_default ( void ) : void
Procedural style
mysqli_set_local_infile_default ( mysqli $link
) : void
Deactivates a LOAD DATA INFILE LOCAL
handler previously set with mysqli_set_local_infile_handler().
Return Values
No value is returned.
See Also
- mysqli_set_local_infile_handler() - Set callback function for LOAD DATA LOCAL INFILE command