Javascript debugger
Website design
↑
This » PECL extension is not bundled with PHP. 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 virtual directories as well as configuring security and script mapping. These functions have been added in PHP 4.
In order to use these functions you must enable the
php_iisfunc.dll
DLL inside of php.ini
.
The DLL for this PECL extension
may be downloaded from either the
» PHP Downloads page or from
» http://pecl4win.php.net/
The constants below are defined by this extension, and will only be available when the extension has either been compiled into PHP or dynamically loaded at runtime.
IIS_READ
(integer)
IIS_WRITE
(integer)
IIS_EXECUTE
(integer)
IIS_SCRIPT
(integer)
IIS_ANONYMOUS
(integer)
IIS_BASIC
(integer)
IIS_NTLM
(integer)
IIS_STARTING
(integer)
IIS_STOPPED
(integer)
IIS_PAUSED
(integer)
IIS_RUNNING
(integer)
Table of Contents