downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the SVN repository for this website on svn.php.net.

Source of: /manual/en/book.win32service.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/refs.utilspec.windows.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'en',
  ),
 
'this' =>
  array (
   
0 => 'book.win32service.php',
   
1 => 'win32service',
  ),
 
'up' =>
  array (
   
0 => 'refs.utilspec.windows.php',
   
1 => 'Windows Only Extensions',
  ),
 
'prev' =>
  array (
   
0 => 'function.win32-ps-stat-proc.php',
   
1 => 'win32_ps_stat_proc',
  ),
 
'next' =>
  array (
   
0 => 'intro.win32service.php',
   
1 => 'Introduction',
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div>
 <h1 class="title">win32service</h1>
 
 
 
 
 
 







 






 







 







<ul class="chunklist chunklist_book"><li><a href="intro.win32service.php">Introduction</a></li><li><a href="win32service.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="win32service.requirements.php">Requirements</a></li><li><a href="win32service.installation.php">Installation</a></li><li><a href="win32service.configuration.php">Runtime Configuration</a></li><li><a href="win32service.resources.php">Resource Types</a></li></ul></li><li><a href="win32service.constants.php">Predefined Constants</a></li><li><a href="win32service.examples.php">Examples</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="win32service.examples-service.php">Registering a PHP script to run as a service</a></li></ul></li><li><a href="ref.win32service.php">win32service Functions</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.win32-create-service.php">win32_create_service</a> — Creates a new service entry in the SCM database</li><li><a href="function.win32-delete-service.php">win32_delete_service</a> — Deletes a service entry from the SCM database</li><li><a href="function.win32-get-last-control-message.php">win32_get_last_control_message</a> — Returns the last control message that was sent to this service</li><li><a href="function.win32-query-service-status.php">win32_query_service_status</a> — Queries the status of a service</li><li><a href="function.win32-set-service-status.php">win32_set_service_status</a> — Update the service status</li><li><a href="function.win32-start-service-ctrl-dispatcher.php">win32_start_service_ctrl_dispatcher</a> — Registers the script with the SCM, so that it can act as the service with the given name</li><li><a href="function.win32-start-service.php">win32_start_service</a> — Starts a service</li><li><a href="function.win32-stop-service.php">win32_stop_service</a> — Stops a service</li></ul></li></ul></div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites