File manager - Edit - /var/www/html/gop/api/vendor/doctrine/dbal/src/Schema/Name/Parser.php
Back
<?php declare(strict_types=1); namespace Doctrine\DBAL\Schema\Name; use Doctrine\DBAL\Schema\Name; use Doctrine\DBAL\Schema\Name\Parser\Exception; /** * Parses a database object name. * * @internal * * @template N of Name */ interface Parser { /** * @return N * * @throws Exception */ public function parse(string $input): Name; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings