iis_set_dir_security

(PECL iisfunc SVN) Sets Directory Security int iis_set_dir_security ( int $server_instance, string $virtual_path, int $directory_flags ) This function is currently not documented; only its argument list is available.

iis_set_app_settings

(PECL iisfunc SVN) Creates application scope for a virtual directory int iis_set_app_settings ( int $server_instance, string $virtual_path, string $application_scope ) This function is currently not documented; only its argument list is available.

iis_remove_server

(PECL iisfunc SVN) Removes the virtual web server indicated by ServerInstance int iis_remove_server ( int $server_instance ) This function is currently not documented; only its argument list is available.

iis_get_service_state

(PECL iisfunc SVN) Returns the state for the service defined by ServiceId int iis_get_service_state ( string $service_id ) This function is currently not documented; only its argument list is available.

iis_get_server_rights

(PECL iisfunc SVN) Gets server rights int iis_get_server_rights ( int $server_instance, string $virtual_path ) This function is currently not documented; only its argument list is available.

iis_get_server_by_path

(PECL iisfunc SVN) Return the instance number associated with the Path int iis_get_server_by_path ( string $path ) 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. Parameters: path The path to the root directory Returns: Returns the ser

iis_get_server_by_comment

(PECL iisfunc SVN) Return the instance number associated with the Comment int iis_get_server_by_comment ( string $comment ) This function is currently not documented; only its argument list is available.

iis_get_script_map

(PECL iisfunc SVN) Gets script mapping on a virtual directory for a specific extension string iis_get_script_map ( int $server_instance, string $virtual_path, string $script_extension ) This function is currently not documented; only its argument list is available.

iis_get_dir_security

(PECL iisfunc SVN) Gets Directory Security int iis_get_dir_security ( int $server_instance, string $virtual_path ) This function is currently not documented; only its argument list is available.

iis_add_server

(PECL iisfunc SVN) Creates a new virtual web server int iis_add_server ( string $path, string $comment, string $server_ip, int $port, string $host_name, int $rights, int $start_server ) This function is currently not documented; only its argument list is available.