winapi - how to start/stop windows service using php -


How can I start / stop windows service using php? I found this job:

  win32_start_service ('serviceName');   

But it seems that I must first include a class for WinAPi, can someone guide me with plazas?

Thanks

A brief solution is here

: You have to download and enable the extension as a description in the above link.

Comments

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

Simple file compression in C -

php - Sorting an multidimension array using usort fails -