메소드 | 설명 | |
---|---|---|
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. |