/
home
/
obinna
/
html
/
boazapp
/
vendor
/
doctrine
/
dbal
/
src
/
Platforms
/
MySQL
/
Upload File
HOME
<?php declare(strict_types=1); namespace Doctrine\DBAL\Platforms\MySQL; /** @internal */ interface CollationMetadataProvider { public function getCollationCharset(string $collation): ?string; }