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

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -