|
PHP5中文手册
win32_set_service_status(No version information available, might be only in CVS) win32_set_service_status — Update the service status 说明
bool win32_set_service_status
( int $status
)
Informs the SCM of the current status of a running service. This call is only valid for a running service process. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 |