|
maxdb_optionsmaxdb::options(PECL maxdb >= 1.0) maxdb_options -- maxdb::options — Set options ОписаниеПроцедурный стиль Объектно-ориентированный стиль maxdb_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. maxdb_options() should be called after maxdb_init() and before maxdb_real_connect(). The parameter option is the option that you want to set, the value is the value for the option. For detailed description of the options see » http://maxdb.sap.com/documentation/ The parameter option can be one of the following values:
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. ПримерыSee maxdb_real_connect(). Смотрите также
|
|||||||||||||||||||||||