mirror of
https://github.com/pierre42100/comunic
synced 2025-06-21 09:35:19 +00:00
First commit
This commit is contained in:
15
developer/vendor/seld/cli-prompt/res/example.php
vendored
Normal file
15
developer/vendor/seld/cli-prompt/res/example.php
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
require __DIR__.'/../vendor/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;
|
BIN
developer/vendor/seld/cli-prompt/res/hiddeninput.exe
vendored
Normal file
BIN
developer/vendor/seld/cli-prompt/res/hiddeninput.exe
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user