Метод | Описание | |
---|---|---|
buildOptions ( array $options ) : string | Builds shell command options string from array. | |
execute ( string $command, array $placeholders = [] ) : |
Executes shell command. |
Метод | Описание | |
---|---|---|
normalizeOptionName ( string $name ) : string | Normalizes shell command option name, adding leading - if necessary. |
public static buildOptions ( array $options ) : string | ||
$options | array | options specification. |
Результат | string | options string. |