iis_get_server_by_path
(PECL iisfunc SVN)
iis_get_server_by_path — Return the instance number associated with the Path
Description
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.
Parameters
-
path
-
The path to the root directory
Return Values
Returns the server instance number.
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.iis-get-server-by-path.php