N98\Magento\Command\Database\Compressor\Compressor::getDecompressingCommand PHP Метод

getDecompressingCommand() публичный Метод

Returns the command line for decompressing the dump file.
public getDecompressingCommand ( string $command, string $fileName, boolean $pipe = true ) : string
$command string MySQL client tool connection string
$fileName string Filename (shell argument escaped)
$pipe boolean
Результат string
    public function getDecompressingCommand($command, $fileName, $pipe = true);