From fe44ac50681f6fd754b223d7982ccaa2b5fe7bed Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Mon, 15 Jan 2007 01:33:47 +0000 Subject: [PATCH] WS, preparing for new doc style git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@227253 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../iisfunc/functions/iis-add-server.xml | 45 +++++++++---------- .../functions/iis-get-dir-security.xml | 35 +++++++-------- .../iisfunc/functions/iis-get-script-map.xml | 37 ++++++++------- .../functions/iis-get-server-by-comment.xml | 33 +++++++------- .../functions/iis-get-server-by-path.xml | 39 ++++++++-------- .../functions/iis-get-server-rights.xml | 35 +++++++-------- .../functions/iis-get-service-state.xml | 33 +++++++------- .../iisfunc/functions/iis-remove-server.xml | 33 +++++++------- .../functions/iis-set-app-settings.xml | 37 ++++++++------- .../functions/iis-set-dir-security.xml | 37 ++++++++------- .../iisfunc/functions/iis-set-script-map.xml | 41 +++++++++-------- .../functions/iis-set-server-rights.xml | 37 ++++++++------- .../iisfunc/functions/iis-start-server.xml | 33 +++++++------- .../iisfunc/functions/iis-start-service.xml | 33 +++++++------- .../iisfunc/functions/iis-stop-server.xml | 33 +++++++------- .../iisfunc/functions/iis-stop-service.xml | 33 +++++++------- 16 files changed, 279 insertions(+), 295 deletions(-) diff --git a/reference/iisfunc/functions/iis-add-server.xml b/reference/iisfunc/functions/iis-add-server.xml index f79451ea7b..048a34f751 100644 --- a/reference/iisfunc/functions/iis-add-server.xml +++ b/reference/iisfunc/functions/iis-add-server.xml @@ -1,27 +1,26 @@ - - - - - iis_add_server - Creates a new virtual web server - - - Description - - intiis_add_server - stringpath - stringcomment - stringserver_ip - intport - stringhost_name - intrights - intstart_server - - - - - + + + + iis_add_server + Creates a new virtual web server + + + Description + + intiis_add_server + stringpath + stringcomment + stringserver_ip + intport + stringhost_name + intrights + intstart_server + + + + + - - - - iis_get_dir_security - Gets Directory Security - - - Description - - intiis_get_dir_security - intserver_instance - stringvirtual_path - - - - - + + + + iis_get_dir_security + Gets Directory Security + + + Description + + intiis_get_dir_security + intserver_instance + stringvirtual_path + + + + + - - - - iis_get_script_map - Gets script mapping on a virtual directory for a specific extension - - - Description - - stringiis_get_script_map - intserver_instance - stringvirtual_path - stringscript_extension - - - - - + + + + iis_get_script_map + Gets script mapping on a virtual directory for a specific extension + + + Description + + stringiis_get_script_map + intserver_instance + stringvirtual_path + stringscript_extension + + + + + - - - - iis_get_server_by_comment - Return the instance number associated with the Comment - - - Description - - intiis_get_server_by_comment - stringcomment - - - - - + + + + iis_get_server_by_comment + Return the instance number associated with the Comment + + + Description + + intiis_get_server_by_comment + stringcomment + + + + + - - - - iis_get_server_by_path - Return the instance number associated with the Path - - - Description - - intiis_get_server_by_path - stringpath - - - 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. - - - + + + + iis_get_server_by_path + Return the instance number associated with the Path + + + Description + + intiis_get_server_by_path + stringpath + + + 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. + + + - - - - iis_get_server_rights - Gets server rights - - - Description - - intiis_get_server_rights - intserver_instance - stringvirtual_path - - - - - + + + + iis_get_server_rights + Gets server rights + + + Description + + intiis_get_server_rights + intserver_instance + stringvirtual_path + + + + + - - - - iis_get_service_state - Returns the state for the service defined by ServiceId - - - Description - - intiis_get_service_state - stringservice_id - - - - - + + + + iis_get_service_state + Returns the state for the service defined by ServiceId + + + Description + + intiis_get_service_state + stringservice_id + + + + + - - - - iis_remove_server - Removes the virtual web server indicated by ServerInstance - - - Description - - intiis_remove_server - intserver_instance - - - - - + + + + iis_remove_server + Removes the virtual web server indicated by ServerInstance + + + Description + + intiis_remove_server + intserver_instance + + + + + - - - - iis_set_app_settings - Creates application scope for a virtual directory - - - Description - - intiis_set_app_settings - intserver_instance - stringvirtual_path - stringapplication_scope - - - - - + + + + iis_set_app_settings + Creates application scope for a virtual directory + + + Description + + intiis_set_app_settings + intserver_instance + stringvirtual_path + stringapplication_scope + + + + + - - - - iis_set_dir_security - Sets Directory Security - - - Description - - intiis_set_dir_security - intserver_instance - stringvirtual_path - intdirectory_flags - - - - - + + + + iis_set_dir_security + Sets Directory Security + + + Description + + intiis_set_dir_security + intserver_instance + stringvirtual_path + intdirectory_flags + + + + + - - - - iis_set_script_map - Sets script mapping on a virtual directory - - - Description - - intiis_set_script_map - intserver_instance - stringvirtual_path - stringscript_extension - stringengine_path - intallow_scripting - - - - - + + + + iis_set_script_map + Sets script mapping on a virtual directory + + + Description + + intiis_set_script_map + intserver_instance + stringvirtual_path + stringscript_extension + stringengine_path + intallow_scripting + + + + + - - - - iis_set_server_rights - Sets server rights - - - Description - - intiis_set_server_rights - intserver_instance - stringvirtual_path - intdirectory_flags - - - - - + + + + iis_set_server_rights + Sets server rights + + + Description + + intiis_set_server_rights + intserver_instance + stringvirtual_path + intdirectory_flags + + + + + - - - - iis_start_server - Starts the virtual web server - - - Description - - intiis_start_server - intserver_instance - - - - - + + + + iis_start_server + Starts the virtual web server + + + Description + + intiis_start_server + intserver_instance + + + + + - - - - iis_start_service - Starts the service defined by ServiceId - - - Description - - intiis_start_service - stringservice_id - - - - - + + + + iis_start_service + Starts the service defined by ServiceId + + + Description + + intiis_start_service + stringservice_id + + + + + - - - - iis_stop_server - Stops the virtual web server - - - Description - - intiis_stop_server - intserver_instance - - - - - + + + + iis_stop_server + Stops the virtual web server + + + Description + + intiis_stop_server + intserver_instance + + + + + - - - - iis_stop_service - Stops the service defined by ServiceId - - - Description - - intiis_stop_service - stringservice_id - - - - - + + + + iis_stop_service + Stops the service defined by ServiceId + + + Description + + intiis_stop_service + stringservice_id + + + + +