File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/psy/psysh/src/Readline
Upload
[..]
GNUReadline.php (4.04 KB)
Edit
Rename
Del
Hoa/
Rename
Del
Interactive/
Rename
Del
InteractiveReadline.php (12.17 KB)
Edit
Rename
Del
InteractiveReadlineInterface.php (1.96 KB)
Edit
Rename
Del
LegacyReadline.php (6.09 KB)
Edit
Rename
Del
Libedit.php (3.44 KB)
Edit
Rename
Del
Readline.php (1.79 KB)
Edit
Rename
Del
ReadlineAware.php (516 B)
Edit
Rename
Del
ShellReadlineInterface.php (554 B)
Edit
Rename
Del
Transient.php (2.99 KB)
Edit
Rename
Del
Userland.php (3.65 KB)
Edit
Rename
Del
Edit: ShellReadlineInterface.php
<?php /* * This file is part of Psy Shell. * * (c) 2012-2026 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Psy\Readline; use Psy\ShellAware; /** * Narrow shell-facing readline contract shared by supported readline adapters. */ interface ShellReadlineInterface extends Readline, ShellAware { /** * Set whether to require semicolons on all statements. */ public function setRequireSemicolons(bool $require): void; }
Simpan