mysqli::set_local_infile_default

mysqli_set_local_infile_default

(PHP 5 < 5.4.0)

mysqli::set_local_infile_default -- mysqli_set_local_infile_defaultUnsets user defined handler for load local infile command

Beschreibung

Objektorientierter Stil

public mysqli::set_local_infile_default ( void ) : void

Prozeduraler Stil

mysqli_set_local_infile_default ( mysqli $link ) : void

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

Parameter-Liste

link

Nur bei prozeduralem Aufruf: Ein von mysqli_connect() oder mysqli_init() zurückgegebenes Verbindungsobjekt.

Rückgabewerte

Es wird kein Wert zurückgegeben.

Beispiele

See mysqli_set_local_infile_handler() examples

Siehe auch

add a note add a note

User Contributed Notes

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