Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16357 программистов и 1794 робота. Сейчас ищут 1990 программистов ...
sqlsrv_get_config - Returns the value of the specified configuration setting
Вернуться к: SQLSRV Функции
sqlsrv_get_config
(Информация о версии неизвестна, возможно, только в SVN)
sqlsrv_get_config — Returns the value of the specified configuration setting
Описание
Returns the value of the specified configuration setting.
Список параметров
-
setting
-
The name of the setting for which the value is returned. For a list of configurable settings, see sqlsrv_configure().
Возвращаемые значения
Returns the value of the specified setting. If an invalid setting is specified,
FALSE
is returned.
Вернуться к: SQLSRV Функции