mysqli::options
mysqli::options
mysqli_options
(PHP 5, PHP 7)
mysqli::options -- mysqli_options — Set options
Description
Object 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.