![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|||||||||||
mysqli_optionsDescriptionProcedural style: bool mysqli_options ( mysqli link, int option, mixed value )Object oriented style (method) class mysqli {bool options ( int option, mixed value ) } mysqli_options() can be 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(). The parameter option is the option that you want to set, the value is the value for the option. The parameter option can be one of the following values: Table 1. Valid options
Copyright © 1997 - 2007 by the PHP Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later. A copy of the Open Publication License is distributed with this manual, the latest version is presently available at http://www.opencontent.org/openpub/. Please see full copyright text at http://www.php.net/manual/en/copyright.php Original version of the above documentation is available at http://www.php.net/manual/en/ |
|