mysqli_options(PHP 5) mysqli_options(no version information, might be only in CVS) mysqli->options() -- Set options说明Procedural style: bool mysqli_options ( mysqli link, int option, mixed value )Object oriented style (method) class mysqli {bool options ( 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(). 参数
| ||||||||||||||