|
Programming Links Programowanie PHP - Programowanie PHP - Artykuły PHP - Wiadomości PHP - Porady Aplikacje internetowe Other Links Funny Jokes Sudoku puzzle DMOZ Directory |
|
LV. IIS Administration FunctionsIntroductionThis 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. You may download this PECL extension DLL from the PHP Downloads page or at http://snaps.php.net/. RequirementsNo external libraries are needed to build this extension. InstallationThere is no installation needed to use these functions; they are part of the PHP core. Runtime ConfigurationThis extension has no configuration directives defined in php.ini. Resource TypesThis extension has no resource types defined. Predefined ConstantsThis extension has no constants defined.
|