|
mysqli::optionsmysqli_optionsSet options DescriptionObject-oriented style
public bool mysqli::options(int
$option , stringint $value )Procedural style bool mysqli_options(mysqli
$mysql , int $option , stringint $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 Errors/Exceptions
If mysqli error reporting is enabled ( ExamplesSee mysqli_real_connect. Notes
See Also
|