File manager - Edit - /var/www/payraty/hris/vendor/doctrine/dbal/src/Platforms/MySQL/DefaultTableOptions.php
Back
<?php declare(strict_types=1); namespace Doctrine\DBAL\Platforms\MySQL; /** @internal */ final class DefaultTableOptions { public function __construct(private readonly string $charset, private readonly string $collation) { } public function getCharset(): string { return $this->charset; } public function getCollation(): string { return $this->collation; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings