php-doc-en/reference/win32service/book.xml
Christoph Michael Becker 0556858224 Update for 1.0.0 version
Closes GH-171.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351746 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-29 13:50:19 +00:00

47 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<book xml:id="book.win32service" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>win32service</title>
<!-- {{{ preface -->
<preface xml:id="intro.win32service">
&reftitle.intro;
<para>
The win32service extension is a Windows specific extension that allows PHP
to communicate with the Service Control Manager to start, stop, register
and unregister services, and even allows your PHP scripts to run as a
service.
</para>
</preface>
<!-- }}} -->
&reference.win32service.setup;
&reference.win32service.constants;
&reference.win32service.win32serviceexception;
&reference.win32service.examples;
&reference.win32service.reference;
</book>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->