ask()
ask(string $prompt = 'Enter Password:') : string
Interactively prompts for input without echoing to the terminal.
Requires a bash shell or Windows and won't work with
safe_mode settings (Uses shell_exec
)
Parameters
string | $prompt |
Throws
- \RuntimeException