|
win32_set_service_exit_modeDefine or return the exit mode for the current running service 説明
bool win32_set_service_exit_mode(bool
$gracefulMode = true)
If 警告
This function work only in "cli" SAPI. On other SAPI this function is disabled. パラメータ
戻り値Return the current or old exit mode. エラー / 例外
Prior to version 1.0.0, if the SAPI is not
As of version 1.0.0, will throw a
Win32ServiceException if SAPI is not
変更履歴
参考
|