Most Referenced Functions
  » google_pagerank()
  » preg_replace()
  » imagecreatefrompng()
  » site_pageranks()
  » imagepng()
  » imagedestroy()
  » imagestring()
  » imagecolorallocate()
  » htmlentities()
  » fopen()
  » preg_match()
  » header()
  » getimagesize()
  » htmlspecialchars()
  » ob_start()
  » session_start()
  » strstr()
  » ob_flush()
  » preg_match_all()
  » strpos()
  » flush()
  » setcookie()
  » str_replace()
  » array2vars()
  » nl2br()
  » preg_split()
  » ereg()
  » urlencode()
  » ereg_replace()
  » readgzfile()

Become a sponsor for $15/month. Link is sitewide - PR5 homepage, 20+ PR4 pages, 90+ PR3 pages. Email dave[AT]icemelon[D0T]c0m.

PHP Functions

Function: ifxus_write_slob

(PHP 3 >= 3.0.4, PHP 4, PHP 5)

ifxus_write_slob -- Writes a string into the slob object

Description

int ifxus_write_slob ( int bid, string content )

Writes a string into the slob object. bid is an existing slob id and content the content to write. Return FALSE on error otherwise bytes written.

LIII. IIS Administration Functions

Introduction

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 . You may download this PECL extension DLL from the PHP Downloads page or at http://snaps.php.net/ .

Requirements

No external libraries are needed to build this extension.

Installation

There is no installation needed to use these functions; they are part of the PHP core.

Runtime Configuration

This extension has no configuration directives defined in php.ini .

Resource Types

This extension has no resource types defined.

Predefined Constants

This extension has no constants defined.

Table of Contents 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  -- Starts 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

Related Function(s)

  • iis_add_server()
  • iis_get_dir_security()
  • iis_get_script_map()
  • iis_get_server_by_comment()
  • iis_get_server_by_path()
  • iis_get_server_rights()
  • iis_get_service_state()
  • iis_remove_server()
  • iis_set_app_settings()
  • iis_set_dir_security()
  • iis_set_script_map()
  • iis_set_server_rights()
  • iis_start_server()
  • iis_start_service()
  • iis_stop_server()
  • iis_stop_service()
  • Icemelon -- PHP, CSS, Javascript Tutorials, & More!
      © 2005-2010 Icemelon.com   Email: dave[AT]icemelon[D0T]c0m