iis_get_server_by_path
(No version information available, might be only in CVS)
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.
- PHP Руководство
- Функции по категориям
- Индекс функций
- Справочник функций
- Расширения для работы с серверами
- IIS Administration
- iis_add_server
- iis_get_dir_security
- iis_get_script_map
- iis_get_server_by_comment
- iis_get_server_by_path
- iis_get_server_rights
- iis_get_service_state
- iis_remove_server
- iis_set_app_settings
- iis_set_dir_security
- iis_set_script_map
- iis_set_server_rights
- iis_start_server
- iis_start_service
- iis_stop_server
- iis_stop_service
Коментарии
404 Not Found