|
PHP5中文手册
win32service Functions简介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. 需求Windows NT, Windows 2000, Windows XP or Windows Server 2003. Any version of Windows derived from Windows NT should be compatible. 安装
Installing from PECL
范例
Example#1 Registering a PHP script to run as a service
<?php
Example#2 Unregistering a service
<?php
Example#3 Running as a service
<?php 预定义常量以下常量由本扩展模块定义,因此只有在本扩展模块被编译到 PHP 中,或者在运行时被动态加载后才有效。
Table of Contents
|