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

Descrição

Estilo orientado à objeto

public mysqli::set_local_infile_default ( void ) : void

Estilo procedural

mysqli_set_local_infile_default ( mysqli $link ) : void

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

Parâmetros

link

Somente no estilo procedural: Um recurso link retornado por mysqli_connect() ou mysqli_init()

Valor Retornado

Não há valor retornado.

Exemplos

See mysqli_set_local_infile_handler() examples

Veja Também

add a note add a note

User Contributed Notes

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