win32service
PHP Manual
PHP Manual»Windows 专用扩展»win32service

win32service

简介

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.

To Top