win32service
PHP Manual
PHP Manual»Estensioni solo per Windows»win32service

win32service

Introduzione

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