PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
doctrine
/
dbal
/
src
/
Driver
/
Mysqli
<?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; }
[-] Driver.php
[edit]
[+]
..
[+]
Exception
[-] Connection.php
[edit]
[-] Statement.php
[edit]
[+]
Initializer
[-] Result.php
[edit]
[-] Initializer.php
[edit]