Query: win32_start_service
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
WIN32_START_SERVICE(3) 1 WIN32_START_SERVICE(3) win32_start_service - Starts a serviceSYNOPSISint win32_start_service (string $servicename, [string $machine])DESCRIPTIONAttempts to start the named service. Usually 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_stop_service(3), Win32 Error Codes. PHP Documentation Group WIN32_START_SERVICE(3)