X7ROOT File Manager
Current Path:
/home/notabjze/just4dastreets.com/libraries/src/Application/CLI
home
/
notabjze
/
just4dastreets.com
/
libraries
/
src
/
Application
/
CLI
/
ðŸ“
..
📄
CliInput.php
(644 B)
📄
CliOutput.php
(1.76 KB)
📄
ColorStyle.php
(4.39 KB)
ðŸ“
Output
Editing: CliInput.php
<?php /** * Joomla! Content Management System * * @copyright (C) 2016 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ namespace Joomla\CMS\Application\CLI; \defined('JPATH_PLATFORM') or die; /** * Class CliInput * * @since 4.0.0 * @deprecated 5.0 Use the `joomla/console` package instead */ class CliInput { /** * Get a value from standard input. * * @return string The input string from standard input. * * @codeCoverageIgnore * @since 4.0.0 */ public function in() { return rtrim(fread(STDIN, 8192), "\n\r"); } }
Upload File
Create Folder