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

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -