Php/docs/function.sqlsrv-get-config

提供:Dev Guides
< Php
2020年12月14日 (月) 10:36時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

sqlsrv_get_config

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

sqlsrv_get_configReturns the value of the specified configuration setting


説明

sqlsrv_get_config ( string $setting ) : mixed

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.


参考