a-blog cms PHP API Reference

ProcessResult
in package

FinalYes

子プロセス実行の結果を表す値オブジェクト。

Table of Contents

Properties

$exitCode  : int
$stderr  : string
$stdout  : string
$task  : ProcessTask
$timedOut  : bool

Methods

__construct()  : mixed
getExitCode()  : int
getStderr()  : string
getStdout()  : string
getTask()  : ProcessTask
isSuccessful()  : bool
isTimedOut()  : bool

Properties

Methods

__construct()

public __construct(ProcessTask $task, string $stdout, string $stderr, int $exitCode, bool $timedOut) : mixed
Parameters
$task : ProcessTask
$stdout : string
$stderr : string
$exitCode : int
$timedOut : bool

getStderr()

public getStderr() : string
Return values
string

getStdout()

public getStdout() : string
Return values
string

isSuccessful()

public isSuccessful() : bool
Return values
bool

        
On this page

Search results