Метод | Описание | |
---|---|---|
__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 __construct ( ) |
public getOutputAsList ( ) : array | ||
Результат | array | Output as array of lines. |