win32service

Einführung

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.

add a note

User Contributed Notes 1 note

up
0
jbnahan at php dot net
6 years ago
The version 0.4 allow now to send and receive a custom control code.
To Top