GoLang iis_get_server_by_path

request it (248)
GoLang replacement for PHP's iis_get_server_by_path [edit | history]



Do you know a GoLang replacement for PHP's iis_get_server_by_path? Write it!

PHP iis_get_server_by_path

PHP original manual for iis_get_server_by_path [ show | php.net ]

iis_get_server_by_path

(PECL iisfunc SVN)

iis_get_server_by_pathReturn the instance number associated with the Path

Description

int iis_get_server_by_path ( string $path )

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.