mirror of
https://github.com/php/doc-ja.git
synced 2026-03-23 22:52:11 +01:00
50 lines
1.4 KiB
XML
50 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 95fe2d7de6477ae5e28ae2e6f11eb4025f427b4f Maintainer: takagi Status: ready -->
|
|
|
|
<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>
|
|
win32service は Windows 限定の拡張モジュールです。
|
|
サービスコントロールマネージャと連携してサービスの開始・停止・登録・解除を行ったり、
|
|
PHP スクリプトをサービスとして実行させる機能を提供します。
|
|
</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
|
|
-->
|
|
|