File "ServerVariablesProviderInterface.php"

Full path: E:/sites/Single15/tinmung2007/webroot/XAMMP/phpMyAdmin/libraries/classes/Providers/ServerVariables/ServerVariablesProviderInterface.php
File size: 375 B
MIME-type:
Charset: utf-8

Download   Open   Back

<?php

declare(strict_types=1);

namespace PhpMyAdmin\Providers\ServerVariables;

interface ServerVariablesProviderInterface
{
    public function getVariableType(string $name): ?string;

    public function getStaticVariables(): array;

    public function getDocLinkByNameMariaDb(string $name): ?string;

    public function getDocLinkByNameMysql(string $name): ?string;
}

PHP File Manager