iis_get_server_by_path

(PECL iisfunc SVN)
Return 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.

Parameters:
path

The path to the root directory

Returns:

Returns the server instance number.

doc_php
2016-02-24 16:12:05
Comments
Leave a Comment

Please login to continue.