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

Açıklama

Nesne yönelimli kullanım

public mysqli::set_local_infile_default ( void ) : void

Yordamsal kullanım

mysqli_set_local_infile_default ( mysqli $link ) : void

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

Değiştirgeler

bağlantı

Sadece yordamsal tarz: mysqli_connect() veya mysqli_init() işlevinden dönen bir bağlantı tanıtıcısı.

Dönen Değerler

Hiçbir değer dönmez.

Örnekler

See mysqli_set_local_infile_handler() examples

Ayrıca Bakınız

add a note add a note

User Contributed Notes

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