%PDF- %PDF-
Direktori : /proc/thread-self/root/www/loslex_o/test/vendor/doctrine/dbal/src/Driver/Mysqli/ |
Current File : //proc/thread-self/root/www/loslex_o/test/vendor/doctrine/dbal/src/Driver/Mysqli/Initializer.php |
<?php declare(strict_types=1); namespace Doctrine\DBAL\Driver\Mysqli; use Doctrine\DBAL\Driver\Exception; use mysqli; interface Initializer { /** @throws Exception */ public function initialize(mysqli $connection): void; }