Files
doc-en/reference/win32service/book.xml
Jean-Baptiste Nahan 95fe2d7de6 Add documentation for Win32Service version v1.1.0 (#3711)
* Add PECL Win32Service v1.1.0 documentation
---------

Co-authored-by: jb cr <51637606+jbcr@users.noreply.github.com>
2024-09-06 21:56:04 +02:00

50 lines
1.3 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">
<?phpdoc extension-membership="pecl" ?>
<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.win32servicerightinfo;
&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
-->