[PHP-DOC] cvs: phpdoc /en/functions iisfunc.xml

2002-01-02 Thread Hartmut Holzgraefe

hholzgraWed Jan  2 12:53:54 2002 EDT

  Modified files:  
/phpdoc/en/functionsiisfunc.xml 
  Log:
  broken tag
  
  
Index: phpdoc/en/functions/iisfunc.xml
diff -u phpdoc/en/functions/iisfunc.xml:1.3 phpdoc/en/functions/iisfunc.xml:1.4
--- phpdoc/en/functions/iisfunc.xml:1.3 Wed Dec 12 15:46:53 2001
+++ phpdoc/en/functions/iisfunc.xml Wed Jan  2 12:53:54 2002
@@ -1,5 +1,5 @@
 
-
+
  
   IIS Administration functions
   IIS Functions
@@ -309,7 +309,7 @@
 
   

-iis_get_service_state/refname>
+iis_get_service_state
 Starts the service defined by ServiceId







[PHP-DOC] cvs: phpdoc /en/functions iisfunc.xml

2001-11-14 Thread Frank M. Kromann

fmk Wed Nov 14 14:04:15 2001 EDT

  Added files: 
/phpdoc/en/functionsiisfunc.xml 
  Log:
  Adding basic documentation for the IIS functions. More text to be added.
  


Index: phpdoc/en/functions/iisfunc.xml
+++ phpdoc/en/functions/iisfunc.xml


 
  IIS Administration functions
  IIS 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_path
Return the instance number associated with the Path
   
   
Description

 
  int iis_get_server_by_path
  string 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_comment
Return the instance number associated with the Comment
   
   
Description

 
  int iis_get_server_by_comment
  string comment
 



   
  

  
   
iis_add_server
Creates a new virtual web server
   
   
Description

 
  int iis_add_server
  string path
  string comment
  string server_ip
  int port
  string host_name
  int rights
  int start_server
 



   
  

  
   
iis_remove_server
Removes the virtual web server indicated by ServerInstance
   
   
Description

 
  int iis_remove_server
  int server_instance
 



   
  

  
   
iis_set_dir_security
Sets Directory Security
   
   
Description

 
  int iis_set_dir_security
  int server_instance
  string virtual_path
  int directory_flags
 



   
  

  
   
iis_get_dir_security
Gets Directory Security
   
   
Description

 
  int iis_get_dir_security
  int server_instance
  string virtual_path
 



   
  

  
   
iis_set_server_rights
Sets server rights
   
   
Description

 
  int iis_set_server_rights
  int server_instance
  string virtual_path
  int directory_flags
 



   
  

  
   
iis_get_server_rights
Gets server rights
   
   
Description

 
  int iis_get_server_rights
  int server_instance
  string virtual_path
 



   
  

  
   
iis_set_script_map
Sets script mapping on a virtual directory
   
   
Description

 
  int iis_set_script_map
  int server_instance
  string virtual_path
  string script_extension
  string engine_path
  int allow_scripting
 



   
  

  
   
iis_get_script_map
Gets script mapping on a virtual directory for a specific 
extention
   
   
Description

 
  int iis_get_script_map
  int server_instance
  string virtual_path
  string script_extension
 



   
  

  
   
iis_set_app_settings
Creates application scope for a virtual directory
   
   
Description

 
  int iis_set_app_settings
  int server_instance
  string virtual_path
  string application_scope
 



   
  

  
   
iis_start_server
Starts the virtual web server
   
   
Description

 
  int iis_start_server
  int server_instance
 



   
  

  
   
iis_stop_server
Stops the virtual web server
   
   
Description

 
  int iis_stop_server
  int server_instance
 



   
  

  
   
iis_stop_service
Stops the service defined by ServiceId
   
   
Description

 
  int iis_stop_service
  string service_id
 



   
  

  
   
iis_start_service
Starts the service defined by ServiceId
   
   
Description

 
  int iis_start_service
  string service_id
 



   
  

  
   
iis_get_service_state/refname>
Starts the service defined by ServiceId
   
   
Description

 
  int iis_get_service_state
  string service_id