mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
WS, preparing for new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@227253 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c4cb58e26a
commit
fe44ac5068
16 changed files with 279 additions and 295 deletions
|
@ -1,27 +1,26 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- splitted from ./en/functions/iisfunc.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.iis-add-server">
|
||||
<refnamediv>
|
||||
<refname>iis_add_server</refname>
|
||||
<refpurpose>Creates a new virtual web server</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>iis_add_server</methodname>
|
||||
<methodparam><type>string</type><parameter>path</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>comment</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>server_ip</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>port</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>host_name</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>rights</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>start_server</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.iis-add-server">
|
||||
<refnamediv>
|
||||
<refname>iis_add_server</refname>
|
||||
<refpurpose>Creates a new virtual web server</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>iis_add_server</methodname>
|
||||
<methodparam><type>string</type><parameter>path</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>comment</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>server_ip</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>port</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>host_name</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>rights</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>start_server</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,22 +1,21 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- splitted from ./en/functions/iisfunc.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.iis-get-dir-security">
|
||||
<refnamediv>
|
||||
<refname>iis_get_dir_security</refname>
|
||||
<refpurpose>Gets Directory Security</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>iis_get_dir_security</methodname>
|
||||
<methodparam><type>int</type><parameter>server_instance</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>virtual_path</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.iis-get-dir-security">
|
||||
<refnamediv>
|
||||
<refname>iis_get_dir_security</refname>
|
||||
<refpurpose>Gets Directory Security</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>iis_get_dir_security</methodname>
|
||||
<methodparam><type>int</type><parameter>server_instance</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>virtual_path</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,23 +1,22 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/iisfunc.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.iis-get-script-map">
|
||||
<refnamediv>
|
||||
<refname>iis_get_script_map</refname>
|
||||
<refpurpose>Gets script mapping on a virtual directory for a specific extension</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>iis_get_script_map</methodname>
|
||||
<methodparam><type>int</type><parameter>server_instance</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>virtual_path</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>script_extension</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry id="function.iis-get-script-map">
|
||||
<refnamediv>
|
||||
<refname>iis_get_script_map</refname>
|
||||
<refpurpose>Gets script mapping on a virtual directory for a specific extension</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>iis_get_script_map</methodname>
|
||||
<methodparam><type>int</type><parameter>server_instance</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>virtual_path</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>script_extension</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,21 +1,20 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- splitted from ./en/functions/iisfunc.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.iis-get-server-by-comment">
|
||||
<refnamediv>
|
||||
<refname>iis_get_server_by_comment</refname>
|
||||
<refpurpose>Return the instance number associated with the Comment</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>iis_get_server_by_comment</methodname>
|
||||
<methodparam><type>string</type><parameter>comment</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.iis-get-server-by-comment">
|
||||
<refnamediv>
|
||||
<refname>iis_get_server_by_comment</refname>
|
||||
<refpurpose>Return the instance number associated with the Comment</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>iis_get_server_by_comment</methodname>
|
||||
<methodparam><type>string</type><parameter>comment</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,24 +1,23 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/iisfunc.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.iis-get-server-by-path">
|
||||
<refnamediv>
|
||||
<refname>iis_get_server_by_path</refname>
|
||||
<refpurpose>Return the instance number associated with the Path</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>iis_get_server_by_path</methodname>
|
||||
<methodparam><type>string</type><parameter>path</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Each virtual server in IIS is associated with an instance number.
|
||||
<function>iis_get_server_by_path</function> Finds the instance number
|
||||
from the actual path to the root directory.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="function.iis-get-server-by-path">
|
||||
<refnamediv>
|
||||
<refname>iis_get_server_by_path</refname>
|
||||
<refpurpose>Return the instance number associated with the Path</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>iis_get_server_by_path</methodname>
|
||||
<methodparam><type>string</type><parameter>path</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Each virtual server in IIS is associated with an instance number.
|
||||
<function>iis_get_server_by_path</function> Finds the instance number
|
||||
from the actual path to the root directory.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,22 +1,21 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- splitted from ./en/functions/iisfunc.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.iis-get-server-rights">
|
||||
<refnamediv>
|
||||
<refname>iis_get_server_rights</refname>
|
||||
<refpurpose>Gets server rights</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>iis_get_server_rights</methodname>
|
||||
<methodparam><type>int</type><parameter>server_instance</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>virtual_path</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.iis-get-server-rights">
|
||||
<refnamediv>
|
||||
<refname>iis_get_server_rights</refname>
|
||||
<refpurpose>Gets server rights</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>iis_get_server_rights</methodname>
|
||||
<methodparam><type>int</type><parameter>server_instance</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>virtual_path</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,21 +1,20 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/iisfunc.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.iis-get-service-state">
|
||||
<refnamediv>
|
||||
<refname>iis_get_service_state</refname>
|
||||
<refpurpose>Returns the state for the service defined by ServiceId</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>iis_get_service_state</methodname>
|
||||
<methodparam><type>string</type><parameter>service_id</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="function.iis-get-service-state">
|
||||
<refnamediv>
|
||||
<refname>iis_get_service_state</refname>
|
||||
<refpurpose>Returns the state for the service defined by ServiceId</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>iis_get_service_state</methodname>
|
||||
<methodparam><type>string</type><parameter>service_id</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,21 +1,20 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- splitted from ./en/functions/iisfunc.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.iis-remove-server">
|
||||
<refnamediv>
|
||||
<refname>iis_remove_server</refname>
|
||||
<refpurpose>Removes the virtual web server indicated by ServerInstance</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>iis_remove_server</methodname>
|
||||
<methodparam><type>int</type><parameter>server_instance</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.iis-remove-server">
|
||||
<refnamediv>
|
||||
<refname>iis_remove_server</refname>
|
||||
<refpurpose>Removes the virtual web server indicated by ServerInstance</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>iis_remove_server</methodname>
|
||||
<methodparam><type>int</type><parameter>server_instance</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,23 +1,22 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- splitted from ./en/functions/iisfunc.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.iis-set-app-settings">
|
||||
<refnamediv>
|
||||
<refname>iis_set_app_settings</refname>
|
||||
<refpurpose>Creates application scope for a virtual directory</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>iis_set_app_settings</methodname>
|
||||
<methodparam><type>int</type><parameter>server_instance</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>virtual_path</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>application_scope</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.iis-set-app-settings">
|
||||
<refnamediv>
|
||||
<refname>iis_set_app_settings</refname>
|
||||
<refpurpose>Creates application scope for a virtual directory</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>iis_set_app_settings</methodname>
|
||||
<methodparam><type>int</type><parameter>server_instance</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>virtual_path</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>application_scope</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,23 +1,22 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- splitted from ./en/functions/iisfunc.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.iis-set-dir-security">
|
||||
<refnamediv>
|
||||
<refname>iis_set_dir_security</refname>
|
||||
<refpurpose>Sets Directory Security</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>iis_set_dir_security</methodname>
|
||||
<methodparam><type>int</type><parameter>server_instance</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>virtual_path</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>directory_flags</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.iis-set-dir-security">
|
||||
<refnamediv>
|
||||
<refname>iis_set_dir_security</refname>
|
||||
<refpurpose>Sets Directory Security</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>iis_set_dir_security</methodname>
|
||||
<methodparam><type>int</type><parameter>server_instance</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>virtual_path</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>directory_flags</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,25 +1,24 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- splitted from ./en/functions/iisfunc.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.iis-set-script-map">
|
||||
<refnamediv>
|
||||
<refname>iis_set_script_map</refname>
|
||||
<refpurpose>Sets script mapping on a virtual directory</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>iis_set_script_map</methodname>
|
||||
<methodparam><type>int</type><parameter>server_instance</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>virtual_path</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>script_extension</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>engine_path</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>allow_scripting</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.iis-set-script-map">
|
||||
<refnamediv>
|
||||
<refname>iis_set_script_map</refname>
|
||||
<refpurpose>Sets script mapping on a virtual directory</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>iis_set_script_map</methodname>
|
||||
<methodparam><type>int</type><parameter>server_instance</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>virtual_path</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>script_extension</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>engine_path</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>allow_scripting</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,23 +1,22 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- splitted from ./en/functions/iisfunc.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.iis-set-server-rights">
|
||||
<refnamediv>
|
||||
<refname>iis_set_server_rights</refname>
|
||||
<refpurpose>Sets server rights</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>iis_set_server_rights</methodname>
|
||||
<methodparam><type>int</type><parameter>server_instance</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>virtual_path</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>directory_flags</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.iis-set-server-rights">
|
||||
<refnamediv>
|
||||
<refname>iis_set_server_rights</refname>
|
||||
<refpurpose>Sets server rights</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>iis_set_server_rights</methodname>
|
||||
<methodparam><type>int</type><parameter>server_instance</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>virtual_path</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>directory_flags</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,21 +1,20 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- splitted from ./en/functions/iisfunc.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.iis-start-server">
|
||||
<refnamediv>
|
||||
<refname>iis_start_server</refname>
|
||||
<refpurpose>Starts the virtual web server</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>iis_start_server</methodname>
|
||||
<methodparam><type>int</type><parameter>server_instance</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.iis-start-server">
|
||||
<refnamediv>
|
||||
<refname>iis_start_server</refname>
|
||||
<refpurpose>Starts the virtual web server</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>iis_start_server</methodname>
|
||||
<methodparam><type>int</type><parameter>server_instance</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,21 +1,20 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- splitted from ./en/functions/iisfunc.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.iis-start-service">
|
||||
<refnamediv>
|
||||
<refname>iis_start_service</refname>
|
||||
<refpurpose>Starts the service defined by ServiceId</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>iis_start_service</methodname>
|
||||
<methodparam><type>string</type><parameter>service_id</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.iis-start-service">
|
||||
<refnamediv>
|
||||
<refname>iis_start_service</refname>
|
||||
<refpurpose>Starts the service defined by ServiceId</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>iis_start_service</methodname>
|
||||
<methodparam><type>string</type><parameter>service_id</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,21 +1,20 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- splitted from ./en/functions/iisfunc.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.iis-stop-server">
|
||||
<refnamediv>
|
||||
<refname>iis_stop_server</refname>
|
||||
<refpurpose>Stops the virtual web server</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>iis_stop_server</methodname>
|
||||
<methodparam><type>int</type><parameter>server_instance</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.iis-stop-server">
|
||||
<refnamediv>
|
||||
<refname>iis_stop_server</refname>
|
||||
<refpurpose>Stops the virtual web server</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>iis_stop_server</methodname>
|
||||
<methodparam><type>int</type><parameter>server_instance</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,21 +1,20 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- splitted from ./en/functions/iisfunc.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.iis-stop-service">
|
||||
<refnamediv>
|
||||
<refname>iis_stop_service</refname>
|
||||
<refpurpose>Stops the service defined by ServiceId</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>iis_stop_service</methodname>
|
||||
<methodparam><type>string</type><parameter>service_id</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.iis-stop-service">
|
||||
<refnamediv>
|
||||
<refname>iis_stop_service</refname>
|
||||
<refpurpose>Stops the service defined by ServiceId</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>iis_stop_service</methodname>
|
||||
<methodparam><type>string</type><parameter>service_id</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
Loading…
Reference in a new issue