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

Beskrivelse

void mysqli_set_local_infile_default ( mysqli $link )

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

Parametre

link

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

Returnerings Værdier

No value is returned.

Eksempler

See mysqli_set_local_infile_handler() examples

Se også

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top