Query: win32_stop_service
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
WIN32_STOP_SERVICE(3) 1 WIN32_STOP_SERVICE(3) win32_stop_service - Stops a serviceSYNOPSISint win32_stop_service (string $servicename, [string $machine])DESCRIPTIONStops a named service. Requires administrative privileges.PARAMETERSo $servicename - The short name of the service. o $machine - Optional machine name. If omitted, the local machine is used.RETURN VALUESReturns WIN32_NO_ERROR on success, FALSE if there is a problem with the parameters or a Win32 Error Code on failure.SEE ALSOwin32_start_service(3), Win32 Error Codes. PHP Documentation Group WIN32_STOP_SERVICE(3)