File "Merge.php"

Full path: E:/sites/Single15/tinmung2007/webroot/XAMMP/phpMyAdmin/libraries/classes/Engines/Merge.php
File size: 205 B
MIME-type:
Charset: utf-8

Download   Open   Back

<?php
/**
 * The MERGE storage engine
 */

declare(strict_types=1);

namespace PhpMyAdmin\Engines;

use PhpMyAdmin\StorageEngine;

/**
 * The MERGE storage engine
 */
class Merge extends StorageEngine
{
}

PHP File Manager