Index: phpdoc/en/functions/iisfunc.xml
+++ phpdoc/en/functions/iisfunc.xml
IIS Administration functionsIIS Functions
This extension is available for Win32 only. It provides functions
to administrate Microsoft Internet Information Server (IIS).
The extension includes function to create web sites and vertual
directories as well as configuring security and script mapping.
These functions have been added in PHP 4.
iis_get_server_by_pathReturn the instance number associated with the PathDescriptionint iis_get_server_by_pathstring path
Each vertual 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.
iis_get_server_by_commentReturn the instance number associated with the CommentDescriptionint iis_get_server_by_commentstring commentiis_add_serverCreates a new virtual web serverDescriptionint iis_add_serverstring pathstring commentstring server_ipint portstring host_nameint rightsint start_serveriis_remove_serverRemoves the virtual web server indicated by ServerInstanceDescriptionint iis_remove_serverint server_instanceiis_set_dir_securitySets Directory SecurityDescriptionint iis_set_dir_securityint server_instancestring virtual_pathint directory_flagsiis_get_dir_securityGets Directory SecurityDescriptionint iis_get_dir_securityint server_instancestring virtual_pathiis_set_server_rightsSets server rightsDescriptionint iis_set_server_rightsint server_instancestring virtual_pathint directory_flagsiis_get_server_rightsGets server rightsDescriptionint iis_get_server_rightsint server_instancestring virtual_pathiis_set_script_mapSets script mapping on a virtual directoryDescriptionint iis_set_script_mapint server_instancestring virtual_pathstring script_extensionstring engine_pathint allow_scriptingiis_get_script_mapGets script mapping on a virtual directory for a specific extentionDescriptionint iis_get_script_mapint server_instancestring virtual_pathstring script_extensioniis_set_app_settingsCreates application scope for a virtual directoryDescriptionint iis_set_app_settingsint server_instancestring virtual_pathstring application_scopeiis_start_serverStarts the virtual web serverDescriptionint iis_start_serverint server_instanceiis_stop_serverStops the virtual web serverDescriptionint iis_stop_serverint server_instanceiis_stop_serviceStops the service defined by ServiceIdDescriptionint iis_stop_servicestring service_idiis_start_serviceStarts the service defined by ServiceIdDescriptionint iis_start_servicestring service_idiis_get_service_state/refname>
Starts the service defined by ServiceIdDescriptionint iis_get_service_statestring service_id