(PHP 5 < 5.4.0)
mysqli::set_local_infile_default -- mysqli_set_local_infile_default — Unsets user defined handler for load local infile command
Object oriented style
Procedural style
Deactivates a LOAD DATA INFILE LOCAL
handler previously
set with mysqli_set_local_infile_handler().
link
Procedural style only: A link identifier returned by mysqli_connect() or mysqli_init()
No value is returned.
See mysqli_set_local_infile_handler() examples