PHP Functions : win32service Functions

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


Items Related to win32service Functions

Inner Elements of win32service Functions

win32service Functions contains following items:
  • win32_create_service (win create service)
  • win32_delete_service (win delete service)
  • win32_get_last_control_message (win get last control message)
  • win32_query_service_status (win query service status)
  • win32_set_service_status (win set service status)
  • win32_start_service_ctrl_dispatcher (win start service ctrl dispatcher)
  • win32_start_service (win start service)
  • win32_stop_service (win 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