N98\Util\Exec::parseCommandOutput PHP 메소드

parseCommandOutput() 개인적인 정적인 메소드

string from array of strings representing one line per entry
private static parseCommandOutput ( array $commandOutput ) : string
$commandOutput array
리턴 string
    private static function parseCommandOutput(array $commandOutput)
    {
        return implode(PHP_EOL, $commandOutput) . PHP_EOL;
    }