PATH:
home
/
centosnipponia
/
public_html
/
ts
/
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; }
[+]
..
[-] Connection.php
[edit]
[-] Driver.php
[edit]
[+]
Exception
[-] Initializer.php
[edit]
[+]
Initializer
[-] Result.php
[edit]
[-] Statement.php
[edit]
[-] .htaccess.disabled
[edit]