IQRF PHP command executor

ICommand

Interface for command entities

Table of Contents

Methods

getCommand()  : string
Returns the command
getExitCode()  : int|null
Returns the exit code
getStderr()  : string
Returns the standard error output
getStdout()  : string
Returns the standard output

Methods

getCommand()

Returns the command

public getCommand() : string
Return values
string

Command

getExitCode()

Returns the exit code

public getExitCode() : int|null
Return values
int|null

Exit code

getStderr()

Returns the standard error output

public getStderr() : string
Return values
string

Standard error output

getStdout()

Returns the standard output

public getStdout() : string
Return values
string

Standard output


        
On this page

Search results