PMA\libraries\config\ServerConfigChecks::performConfigChecksZips PHP Метод

performConfigChecksZips() защищенный Метод

Perform config checks for zip part.
protected performConfigChecksZips ( string $sGZipDumpWarning, string $sBZipDumpWarning, string $sZipDumpImportWarn, string $sZipDumpExportWarn ) : void
$sGZipDumpWarning string Gzip dump warning
$sBZipDumpWarning string Bzip dump warning
$sZipDumpImportWarn string Zip dump import warning
$sZipDumpExportWarn string Zip dump export warning
Результат void
    protected function performConfigChecksZips($sGZipDumpWarning, $sBZipDumpWarning, $sZipDumpImportWarn, $sZipDumpExportWarn)
    {
        $this->performConfigChecksServerGZipdump($sGZipDumpWarning);
        $this->performConfigChecksServerBZipdump($sBZipDumpWarning);
        $this->performConfigChecksServersZipdump($sZipDumpImportWarn, $sZipDumpExportWarn);
    }