* Exec shell command * * Fails if the command returns with a non zero exit code * * @param string $command * @param string[] $arguments * @param int[] $okCodes * * @param null $workingDir * * @return string * @throws \Exception */
($command, array $arguments = [], array $okCodes = [0], $workingDir = null)
source not stored for this graph (policy: none)