a-blog cms PHP API Reference

TerminateCheck
in package

Table of Contents

Properties

$loggerPath  : string
$terminateFlagPath  : string

Methods

__construct()  : mixed
TerminateCheck constructor.
check()  : mixed
処理が中断したか判定
removeFlag()  : mixed
処理中断フラグの削除
terminate()  : mixed
処理を中断する

Properties

Methods

__construct()

TerminateCheck constructor.

public __construct(string $logger_path, string $terminate_flag_path) : mixed
Parameters
$logger_path : string
$terminate_flag_path : string

removeFlag()

処理中断フラグの削除

public removeFlag() : mixed

        
On this page

Search results