N98\Magento\Command\Database\Compressor\Compressor::getDecompressingCommand PHP Méthode

getDecompressingCommand() public méthode

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
Résultat string
    public function getDecompressingCommand($command, $fileName, $pipe = true);