PHP Functions : IIS Administration Functions

Context of the notion in the technology: Document / Topc: PHP Functions
Related Keywords: PHP Functions IIS Administration Functions
Help URL: http://www.php.net/manual/en/ref.iisfunc.php


Items Related to IIS Administration Functions

Inner Elements of IIS Administration Functions

IIS Administration Functions contains following items:
  • iis_add_server (iis add server)
  • iis_get_dir_security (iis get dir security)
  • iis_get_script_map (iis get script map)
  • iis_get_server_by_comment (iis get server by comment)
  • iis_get_server_by_path (iis get server by path)
  • iis_get_server_rights (iis get server rights)
  • iis_get_service_state (iis get service state)
  • iis_remove_server (iis remove server)
  • iis_set_app_settings (iis set app settings)
  • iis_set_dir_security (iis set dir security)
  • iis_set_script_map (iis set script map)
  • iis_set_server_rights (iis set server rights)
  • iis_start_server (iis start server)
  • iis_start_service (iis start service)
  • iis_stop_server (iis stop server)
  • iis_stop_service (iis stop service)


PHP is a scripted programming language that can be used to create websites. Short for "PHP: Hypertext Preprocessor" (the initials actually come from the earliest version of the program, which was called "Personal Home Page" but in their current form, constitute a recursive acronym), it is an open-source, reflective programming language used mainly for developing server-side applications and dynamic web content, and more recently, a broader range of software applications. For example, MediaWiki, the software behind Wikipedia, is written in PHP.PHP allows interaction with a large number of relational database management systems, such as MySQL, Oracle, IBM DB2, Microsoft SQL Server, PostgreSQL, Firebird and SQLite. PHP runs on most major operating systems, including Unix, Linux, Netware, Windows, and Mac OS X, and can interact with many major web servers.
   -- wikipedia.org

Home