Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17283 программиста и 1683 робота. Сейчас ищут 1263 программиста ...
iis_get_server_by_path - Return the instance number associated with the Path
Вернуться к: IIS Функции
iis_get_server_by_path
(PECL iisfunc SVN)
iis_get_server_by_path — 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.
Список параметров
-
path
-
The path to the root directory
Возвращаемые значения
Returns the server instance number.
Вернуться к: IIS Функции