Query: win32_pause_service
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
WIN32_PAUSE_SERVICE(3) 1 WIN32_PAUSE_SERVICE(3) win32_pause_service - Pauses a serviceSYNOPSISint win32_pause_service (string $servicename, [string $machine])DESCRIPTIONPauses 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_PAUSE_SERVICE(3)