update : 2015.11.03
php.shukuma.com검색:
|
win32_get_last_control_message(PECL win32service SVN) win32_get_last_control_message — Returns the last control message that was sent to this service 설명
int win32_get_last_control_message
( void
)
Returns the control code that was last sent to this service process. When running as a service you should periodically check this to determine if your service needs to stop running. 반환값
Returns a control constant which will be one of the
Win32Service Service Control Message Constants:
참고
|