Sindbad~EG File Manager
<?php
declare(strict_types=1);
namespace Doctrine\DBAL\Types;
use Doctrine\DBAL\ParameterType;
use Doctrine\DBAL\Platforms\AbstractPlatform;
final class AsciiStringType extends StringType
{
/**
* {@inheritDoc}
*/
public function getSQLDeclaration(array $column, AbstractPlatform $platform): string
{
return $platform->getAsciiStringTypeDeclarationSQL($column);
}
public function getBindingType(): int
{
return ParameterType::ASCII;
}
public function getName(): string
{
return Types::ASCII_STRING;
}
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists