sqlsrv_get_config

(No version information available, might only be in Git)

sqlsrv_get_configReturns the value of the specified configuration setting

Опис

mixed sqlsrv_get_config ( string $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.

Прогляньте Також

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top