(PHP 5)
mysqli_options
(no version information, might be only in CVS)
mysqli->options() -- Définit les options
Description
Style procédural
bool
mysqli_options ( mysqli link, int option, mixed value )
Style orienté objet (méthode)
class
mysqli {
bool
options ( int option, mixed value )
}
Utile pour définir des options de connexion et ainsi affecter le comportement de la connexion courante.
Cette fonction peut être appelée plusieurs fois pour définir plusieurs options.
mysqli_options() doit être appelée après
mysqli_init() et avant
mysqli_real_connect().