(PECL win32service SVN)
win32_stop_service — Stops a service
$servicename
[, string $machine
] ) : intStops a named service. Requires administrative privileges or an account with appropriate rights set in the service's ACL.
servicename
The short name of the service.
machine
Optional machine name. If omitted, the local machine is used.
Retorna WIN32_NO_ERROR
no sucesso , FALSE
se ocorrer um problema com os parâmetros ou um Win32 Error Code em caso de falhas.
Versão | Descrição |
---|---|
0.3.0 | This function does not longer require an administrator account if ACL is set for another account. |