|
mysqli::optionsmysqli_optionsSet options BeschreibungObjektorientierter Stil
bool mysqli::options
( int
$option
, mixed $value
)Prozeduraler Stil
bool mysqli_options
( mysqli
$link
, int $option
, mixed $value
)Used to set extra connect options and affect behavior for a connection. This function may be called multiple times to set several options. mysqli_options should be called after mysqli_init and before mysqli_real_connect. Parameter-Liste
Rückgabewerte
Gibt bei Erfolg Changelog
BeispieleSee mysqli_real_connect. Anmerkungen
Siehe auch
|