- PHP 手册
- 函数参考
- 针对服务器的扩展
- IIS
- IIS 函数
iis_get_server_by_path
(PECL iisfunc SVN)
iis_get_server_by_path — Return the instance number associated with the Path
说明
iis_get_server_by_path ( string$path
) : int
Each virtual server in IIS is associated with an instance number. iis_get_server_by_path() finds the instance number from the actual path to the root directory.
参数
-
path
-
The path to the root directory
返回值
Returns the server instance number.
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/function.iis-get-server-by-path.php