|
win32_start_serviceStarts a service Description
void win32_start_service(string
$servicename , string $machine = null )Attempts to start the named service. Requires administrative privileges or an account with appropriate rights set in the service's ACL. Parameters
Return ValuesNo value is returned.
Prior to version 1.0.0, returned Errors/Exceptions
A ValueError is thrown if the
value of A Win32ServiceException is thrown on error. Changelog
See Also
|