IIS_GET_SERVER_BY_PATH(3) 1 IIS_GET_SERVER_BY_PATH(3)
iis_get_server_by_path - Return the instance number associated with the Path
SYNOPSIS
int iis_get_server_by_path (string $path)
DESCRIPTION
Each virtual server in IIS is associated with an instance number. iis_get_server_by_path(3) finds the instance number from the actual path
to the root directory.
PARAMETERS
o $path
- The path to the root directory
RETURN VALUES
Returns the server instance number.
PHP Documentation Group IIS_GET_SERVER_BY_PATH(3)