IIS 함수 목록
PHP Manual

iis_get_server_by_path

(PECL iisfunc CVS)

iis_get_server_by_pathReturn the instance number associated with the Path

설명

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.

인수

path

The path to the root directory

반환값

Returns the server instance number.


IIS 함수 목록
PHP Manual