|
win32_delete_service
Deletes a service entry from the SCM database
()
Example 2621. A win32_delete_service() exampleCode Examples / Notes » win32_delete_servicepatrick crocker
The manual states that this function "Returns TRUE on success", however, I have found that this function returns WIN32_NO_ERROR (zero) on success. Environment as tested: ---------------------- Windows XP SP2 PHP 5.1.4 PECL php_win32service.dll 5.1.2 |