메소드 | 설명 | |
---|---|---|
__construct ( ) | Executes the shell comand and stashes the output. | |
execute ( string $command ) : integer | Actually runs the command. | |
getOutput ( ) : string | Accessor for the last output. | |
getOutputAsList ( ) : array | Accessor for the last output. |
public getOutputAsList ( ) : array | ||
리턴 | array | Output as array of lines. |