php8.5
Home/ Manual/ sqlsrv / functions/ sqlsrv_get_config

sqlsrv_get_config

PHP function Edit on GitHub ✎

Returns the value of the specified configuration setting

Description

sqlsrv_get_config(string $setting): mixed

Returns the value of the specified configuration setting.

Parameters

setting

The name of the setting for which the value is returned. For a list of configurable settings, see sqlsrv_configure().

Return Values

Returns the value of the specified setting. If an invalid setting is specified, false is returned.

See Also

Source: reference/sqlsrv/functions/sqlsrv-get-config.xml · from the official PHP manual (php/doc-en)