Ref/iisfunc-Phpdoc专题
iis_add_server
Creates a new virtual web server
说明
int <span
class="methodname">iis_add_server ( <span
class="methodparam">string $path ,
string
$comment , <span
class="type">string $server_ip , <span
class="methodparam">int $port , <span
class="methodparam">string $host_name
, int
$rights , <span
class="type">int $start_server )
Warning
本函数还未编写文档,仅有参数列表。
iis_get_dir_security
Gets Directory Security
说明
int <span
class="methodname">iis_get_dir_security ( <span
class="methodparam">int
$server_instance , <span
class="type">string $virtual_path )
Warning
本函数还未编写文档,仅有参数列表。
iis_get_script_map
Gets script mapping on a virtual directory for a specific extension
说明
string <span
class="methodname">iis_get_script_map ( <span
class="methodparam">int
$server_instance , <span
class="type">string $virtual_path , <span
class="methodparam">string
$script_extension )
Warning
本函数还未编写文档,仅有参数列表。
iis_get_server_by_comment
Return the instance number associated with the Comment
说明
int <span
class="methodname">iis_get_server_by_comment ( <span
class="methodparam">string $comment )
Warning
本函数还未编写文档,仅有参数列表。
iis_get_server_by_path
Return the instance number associated with the Path
说明
int <span
class="methodname">iis_get_server_by_path ( <span
class="methodparam">string $path )
Each virtual server in IIS is associated with an instance number. <span class="function">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_get_server_rights
Gets server rights
说明
int <span
class="methodname">iis_get_server_rights ( <span
class="methodparam">int
$server_instance , <span
class="type">string $virtual_path )
Warning
本函数还未编写文档,仅有参数列表。
iis_get_service_state
Returns the state for the service defined by ServiceId
说明
int <span
class="methodname">iis_get_service_state ( <span
class="methodparam">string
$service_id )
Warning
本函数还未编写文档,仅有参数列表。
iis_remove_server
Removes the virtual web server indicated by ServerInstance
说明
int <span
class="methodname">iis_remove_server ( <span
class="methodparam">int
$server_instance )
Warning
本函数还未编写文档,仅有参数列表。
iis_set_app_settings
Creates application scope for a virtual directory
说明
int <span
class="methodname">iis_set_app_settings ( <span
class="methodparam">int
$server_instance , <span
class="type">string $virtual_path , <span
class="methodparam">string
$application_scope )
Warning
本函数还未编写文档,仅有参数列表。
iis_set_dir_security
Sets Directory Security
说明
int <span
class="methodname">iis_set_dir_security ( <span
class="methodparam">int
$server_instance , <span
class="type">string $virtual_path , <span
class="methodparam">int
$directory_flags )
Warning
本函数还未编写文档,仅有参数列表。
iis_set_script_map
Sets script mapping on a virtual directory
说明
int <span
class="methodname">iis_set_script_map ( <span
class="methodparam">int
$server_instance , <span
class="type">string $virtual_path , <span
class="methodparam">string
$script_extension , <span
class="type">string $engine_path , <span
class="methodparam">int
$allow_scripting )
Warning
本函数还未编写文档,仅有参数列表。
iis_set_server_rights
Sets server rights
说明
int <span
class="methodname">iis_set_server_rights ( <span
class="methodparam">int
$server_instance , <span
class="type">string $virtual_path , <span
class="methodparam">int
$directory_flags )
Warning
本函数还未编写文档,仅有参数列表。
iis_start_server
Starts the virtual web server
说明
int <span
class="methodname">iis_start_server ( <span
class="methodparam">int
$server_instance )
Warning
本函数还未编写文档,仅有参数列表。
iis_start_service
Starts the service defined by ServiceId
说明
int <span
class="methodname">iis_start_service ( <span
class="methodparam">string
$service_id )
Warning
本函数还未编写文档,仅有参数列表。
iis_stop_server
Stops the virtual web server
说明
int <span
class="methodname">iis_stop_server ( <span
class="methodparam">int
$server_instance )
Warning
本函数还未编写文档,仅有参数列表。
iis_stop_service
Stops the service defined by ServiceId
说明
int <span
class="methodname">iis_stop_service ( <span
class="methodparam">string
$service_id )
Warning
本函数还未编写文档,仅有参数列表。
目录
- iis_add_server — Creates a new virtual web server
- iis_get_dir_security — Gets Directory Security
- iis_get_script_map — Gets script mapping on a virtual directory for a specific extension
- iis_get_server_by_comment — Return the instance number associated with the Comment
- iis_get_server_by_path — Return the instance number associated with the Path
- iis_get_server_rights — Gets server rights
- iis_get_service_state — Returns the state for the service defined by ServiceId
- iis_remove_server — Removes the virtual web server indicated by ServerInstance
- iis_set_app_settings — Creates application scope for a virtual directory
- iis_set_dir_security — Sets Directory Security
- iis_set_script_map — Sets script mapping on a virtual directory
- iis_set_server_rights — Sets server rights
- iis_start_server — Starts the virtual web server
- iis_start_service — Starts the service defined by ServiceId
- iis_stop_server — Stops the virtual web server
- iis_stop_service — Stops the service defined by ServiceId