mysqli::set_local_infile_default

(PHP 5, PHP 7)
Unsets user defined handler for load local infile command
void mysqli_set_local_infile_default ( mysqli $link )

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

Parameters:
link

Procedural style only: A link identifier returned by mysqli_connect() or mysqli_init()

Returns:

No value is returned.

See also:

mysqli_set_local_infile_handler() -

doc_php
2016-02-24 16:19:08
Comments
Leave a Comment

Please login to continue.