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/ref.win32service.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/book.win32service.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'en',
  ),
 
'this' =>
  array (
   
0 => 'ref.win32service.php',
   
1 => 'win32service Functions',
  ),
 
'up' =>
  array (
   
0 => 'book.win32service.php',
   
1 => 'win32service',
  ),
 
'prev' =>
  array (
   
0 => 'win32service.examples-service.php',
   
1 => 'Registering a PHP script to run as a service',
  ),
 
'next' =>
  array (
   
0 => 'function.win32-create-service.php',
   
1 => 'win32_create_service',
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

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

 
























































<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><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>
</div>
<?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites