|
mysqli::optionsmysqli_optionsSet options DescriptionObject oriented style
bool mysqli::options
( int
$option
, mixed $value
)Procedural style
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. Parameters
Return Values
Returns Changelog
ExamplesSee mysqli_real_connect. Notes
See Also
|